aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!