Skip to content

Commit

Permalink
cargo install overtls --root /usr/local/
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Sep 24, 2024
1 parent 103bb52 commit 91effcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ overtls 客戶端首先與 overtls 服務端建立 TLS 連接,然後 overtls
如果你已經安裝了 [Rust](https://rustup.rs/),你可以直接安裝 overtls。
```bash
cargo install overtls
cargo install overtls --root /usr/local/
```
### 預編譯二進制文件
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In summary, we need to prepare the following things
If you have installed the [Rust](https://rustup.rs/), you can install overtls directly.
```bash
cargo install overtls
cargo install overtls --root /usr/local/
```
### Pre-compiled binary file
Expand Down

0 comments on commit 91effcd

Please sign in to comment.