aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-02 21:47:58 +0000
committerFuwn <[email protected]>2021-06-02 21:47:58 +0000
commitca09d3ccbaaa14d83e862d52d141bc98d17cbb46 (patch)
tree449188a624f4f87f7c6a06bbe0430a3445a811cf
parentdocs(readme): update up and comming (diff)
downloadnitrous-ca09d3ccbaaa14d83e862d52d141bc98d17cbb46.tar.xz
nitrous-ca09d3ccbaaa14d83e862d52d141bc98d17cbb46.zip
docs(readme): installation instructions
-rw-r--r--README.rst24
1 files changed, 15 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index e38667f..954c287 100644
--- a/README.rst
+++ b/README.rst
@@ -15,15 +15,23 @@ Why should I use Nitrous?
Getting up and Running
----------------------
-Building
-^^^^^^^^
+Installation
+^^^^^^^^^^^^
+
+A prebuilt binary for x86_64-based Linux systems is available in the
+`releases <https://github.com/fuwn/nitrous/releases/latest>`_. If you are using
+a different operating system such as macOS or Windows, you'll have to build and
+install the tool yourself!
.. code-block:: shell
- $ cargo build --release
+ $ cargo install --git https://github.com/fuwn/nitrous
+
+If you are building and installing yourself, you must have
+`Rust <https://www.rust-lang.org/>`_ installed!
-Running
-^^^^^^^
+Usage
+^^^^^
Generating Codes
""""""""""""""""
@@ -32,8 +40,6 @@ Generating Codes
$ nitrous generate <amount>
-The amount may be **any** number, your CPU is the only limit.
-
Checking Codes
""""""""""""""
@@ -42,8 +48,8 @@ Checking Codes
$ nitrous check tor
It is recommended that you use Tor as a proxy, however, if you'd like to use any
-of the other supported proxy types, -- http, socks4, or socks5 -- you can can
-specify your proxy file as so;
+of the other supported proxy types, -- :code:`http`, :code:`socks4`, or
+:code:`socks5` -- you can can specify your proxy file as so;
.. code-block:: shell