From 89a56981bb27f8db8b55d0a1f6a70a927415bfcc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 24 Mar 2022 10:06:36 +0000 Subject: docs(readme): fix install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d98cab..35c441e 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3