Skip to content

Commit

Permalink
doc: nightly build update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Jan 22, 2024
1 parent 8436012 commit d81e48a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
asdf plugin-add rust https://github.com/asdf-community/asdf-rust.git
```

### Nightly builds

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:

```shell
asdf uninstall rust nightly
asdf install rust nightly
```

## Usage

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

0 comments on commit d81e48a

Please sign in to comment.