1
0
mirror of https://github.com/NLnetLabs/rtrtr.git synced 2024-05-11 05:55:07 +00:00

--git without typos

This commit is contained in:
Alex Band
2020-03-07 11:30:12 +01:00
committed by GitHub
parent 870020e933
commit 6fd46c5877

View File

@ -43,7 +43,7 @@ If you have an older version of Rust and RTRTR, you can update using
```bash ```bash
rustup update rustup update
cargo install --git -f https://github.com/NLnetLabs/rtrtr.git cargo install -f --git https://github.com/NLnetLabs/rtrtr.git
``` ```