1
0
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:
Alex Band
2019-09-10 12:25:44 +02:00
committed by GitHub
parent af37936950
commit a065bea319

View File

@ -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