소스 검색

docs: update readme

mrxiaozhuox 3 년 전
부모
커밋
653ee254c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -8,7 +8,7 @@ dioxus-cli (inspired by wasm-pack and webpack) is a tool to help get dioxus proj
 ## Installation
 
 ```
-$ cargo install dioxus-cli
+$ cargo install --git https://github.com/DioxusLabs/cli
 ```
 
 Now, `dioxus` is in your path, you can use `dioxus --help` to get the help document.