aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-24 10:05:09 +0000
committerFuwn <[email protected]>2022-03-24 10:05:09 +0000
commit6549f4c70264e9b84f47bebdc40c2442859d3779 (patch)
tree924ab53bc7be0fc307817045e909146fdc210c23
parentci(bench): bench scripts (diff)
downloadpara-6549f4c70264e9b84f47bebdc40c2442859d3779.tar.xz
para-6549f4c70264e9b84f47bebdc40c2442859d3779.zip
docs(readme): fix install command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d9ce6b6..6d98cab 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ that para brings to the table.
#### Install from [crates.io](https://crates.io/crates/para-cli)
```shell
-$ cargo install para-cli --force
+$ cargo +nightly install para-cli --force
```
#### Download from releases