Skip to content

Commit 81f9c59

Browse files
committed
doc: nightly build update instructions
1 parent 8436012 commit 81f9c59

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
asdf plugin-add rust https://github.com/asdf-community/asdf-rust.git
1313
```
1414

15+
### Nightly builds
16+
17+
You can use the nightly build by setting the rust version to `nightly`. However, in order to update the nightly version you'll need to remove the current nightly version and install it again:
18+
19+
```shell
20+
asdf uninstall rust nightly
21+
asdf install rust nightly
22+
```
23+
1524
## Usage
1625

1726
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to

0 commit comments

Comments
 (0)