aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-24 03:06:09 -0700
committerFuwn <[email protected]>2022-03-24 03:06:09 -0700
commit2c35119a919806bde7d08efb19047205b24c12ef (patch)
treee2944b41b56b37d2b505383f1f207e2d0ae5e4cc
parentfix(readme): actions url (diff)
downloadcli-2c35119a919806bde7d08efb19047205b24c12ef.tar.xz
cli-2c35119a919806bde7d08efb19047205b24c12ef.zip
docs(readme): fix install command
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 3b24ea7..ddbbd9e 100644
--- a/README.rst
+++ b/README.rst
@@ -43,7 +43,7 @@ Install from crates.io
.. code-block:: shell
- $ cargo install senpy-cli --force
+ $ cargo +nightly install senpy-cli --force
Download from releases
----------------------
@@ -58,7 +58,7 @@ Install from self-compile
.. code-block:: shell
- $ cargo install --git https://github.com/senpy-club/cli --branch main
+ $ cargo +nightly install --git https://github.com/senpy-club/cli --branch main
If you are building and installing yourself; you must have
`Rust <https://www.rust-lang.org/>`_ installed!