Fixed formatting error in README.md
This commit is contained in:
parent
8964f49049
commit
9d9fd9bcd1
1 changed files with 3 additions and 1 deletions
|
@ -120,7 +120,9 @@ sudo zypper install rustup -y && rustup toolchain install stable
|
|||
### **INSTALLATION VIA CARGO**
|
||||
As of right now I have not published anything to crates.io or anything similar. So as of right now you can do a:
|
||||
|
||||
cargo install --git https://git.schotty.com/andrew/osupdater.git
|
||||
```
|
||||
cargo install --git https://git.schotty.com/andrew/osupdater.git
|
||||
```
|
||||
|
||||
This will download the repo, compile, and install the binary in __**~/.cargo/bin/**__, so ensure if you use this method you have that path in your __**$PATH**__ environment variable.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue