diff options
| author | Fuwn <[email protected]> | 2022-03-24 10:06:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-24 10:06:36 +0000 |
| commit | 89a56981bb27f8db8b55d0a1f6a70a927415bfcc (patch) | |
| tree | 09039c1acec2b96f207429dc0cd47ade903344c5 | |
| parent | docs(readme): fix install command (diff) | |
| download | para-89a56981bb27f8db8b55d0a1f6a70a927415bfcc.tar.xz para-89a56981bb27f8db8b55d0a1f6a70a927415bfcc.zip | |
docs(readme): fix install command
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ to build and install Para yourself! #### Install from self-compile ```shell -$ cargo install --git https://github.com/Usugata/para --branch main +$ cargo +nightly install --git https://github.com/Usugata/para --branch main ``` If you are building and installing yourself, you must have |