mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Add source $HOME/.cargo/env
to Rust installation
This commit is contained in:
@ -176,6 +176,13 @@ You can update your Rust installation later by simply running
|
||||
rustup update
|
||||
```
|
||||
|
||||
To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
|
||||
environment variable. To configure your current shell, run
|
||||
|
||||
```bash
|
||||
source $HOME/.cargo/env
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
The easiest way to get Routinator is to leave it to cargo by saying
|
||||
|
Reference in New Issue
Block a user