diff options
| author | Fuwn <[email protected]> | 2022-03-24 03:06:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-24 03:06:09 -0700 |
| commit | 2c35119a919806bde7d08efb19047205b24c12ef (patch) | |
| tree | e2944b41b56b37d2b505383f1f207e2d0ae5e4cc | |
| parent | fix(readme): actions url (diff) | |
| download | cli-2c35119a919806bde7d08efb19047205b24c12ef.tar.xz cli-2c35119a919806bde7d08efb19047205b24c12ef.zip | |
docs(readme): fix install command
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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! |