aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3d2cd65..4e9dd92 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ Why should I use Nitrous?
- Nitrous is simple to use.
- Nitrous is efficient.
-Getting up and running
+Getting up and Running
----------------------
Building
@@ -22,6 +22,29 @@ Building
$ cargo build --release
+Running
+^^^^^^^
+
+Generating Codes
+""""""""""""""""
+
+.. code-block:: shell
+
+ $ nitrous generate <amount>
+
+The amount may be **any** number, your CPU is the only limit.
+
+Checking Codes
+""""""""""""""
+
+.. code-block:: shell
+
+ $ nitrous check <path/to/codes.txt>
+
+The path to your codes.txt may be any specified path as long as the file exists.
+
+The
+
Notes
-----