summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-13 16:16:18 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-13 16:16:18 +0200
commit241a8a00b080c8e30e9d2944ed27869d915f68ad (patch)
tree44250e8c260a47e02c10f5ef69c25507dbc1bf1d
parent08e41d56c28c3570a595e292fee588208f3e6974 (diff)
Fix typo in readme and add some info
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 07c6fc3..825c202 100644
--- a/README.rst
+++ b/README.rst
@@ -65,9 +65,10 @@ Running the program
compile:
--------
-Before compiling you may want to modify the value of the macro ``dbg`` in the
-file ``src/dbg.h`` to some higher value to see some images and text of the
-process. The value should be between 0 and 4, (values lower than 0 will act as
+Before compiling you may want to modify the value of the macros ``DBG`` and
+``DBG_SHOW_WAIT`` in the file ``src/dbg.h`` to some higher value to see some
+images and text of the process, and to be able to stop the program at each
+image. The value should be between 0 and 4, (values lower than 0 will act as
0, and values greater than 4 will act as 4). The higher the value, the more
debugging information.