diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 00e5c865b272e6d5426b2f2c1622a3623f00cab8..ba43b69eb476a4996f7ca3b47a3c2a007a150d16 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -61,5 +61,5 @@ repos:
         - sphinx==4.5.0
         - sphinx-click==3.1.0
       args: [
-        --report-level=WARNING,
+        --report-level=INFO,
       ]
diff --git a/README.rst b/README.rst
index 05ddf0fda53a6afa019455917b21432cab0fb171..7a2383a57f10bb198a45851c1bb472de54244c77 100644
--- a/README.rst
+++ b/README.rst
@@ -36,14 +36,6 @@ To install, for example, the ``foss2022a-serial`` toolchain:
    Future calls of the `mpsd-software` command need to be executed from this
    "mpsd-software-root" directory.
 
-.. comment:
-    3. Initiate the installation at this location using::
-
-         $ mpsd-software init
-
-       (This creates a hidden file ``.mpsd-software-root`` to tag the location for
-       as the root of the installation. All compiled files, logs etc are written in
-       or below this subdirectory.)
 
 3. From the same directory, run the command to install the ``foss2022a-serial``
    toolchain::
@@ -252,3 +244,15 @@ Frequently asked questions
 Development
 -----------
 Developers documentation is available at development.rst.
+
+
+.. comment:
+   Draft for additional steps for 'quickstart' once/if we have the the `init` command added.
+
+    3. Initiate the installation at this location using::
+
+         $ mpsd-software init
+
+       (This creates a hidden file ``.mpsd-software-root`` to tag the location for
+       as the root of the installation. All compiled files, logs etc are written in
+       or below this subdirectory.)