mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
add guide for checking out the rust-toolchain file
This commit is contained in:
@@ -56,7 +56,13 @@ This project uses system (libc) memory allocator (Rust's default). But it also a
|
||||
Install from [crates.io](https://crates.io/crates/shadowsocks-rust):
|
||||
|
||||
```bash
|
||||
rustup default nightly-2021-05-21
|
||||
# Set default toolchain to nightly
|
||||
rustup default nightly
|
||||
# RECOMMEND: Check the rust-toolchain file in the project root and use the recomended nightly version
|
||||
# For example:
|
||||
# rustup default nightly-2021-06-03
|
||||
|
||||
# Install from crates.io
|
||||
cargo install shadowsocks-rust
|
||||
```
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
nightly-2021-05-21
|
||||
nightly-2021-06-03
|
||||
|
||||
Reference in New Issue
Block a user