mirror of
https://github.com/Bhupesh-V/ugit.git
synced 2026-09-10 07:26:20 -04:00
Update README
This commit is contained in:
parent
3650c72129
commit
49caf20e82
|
|
@ -51,18 +51,18 @@ Install the script using `wget`
|
|||
|
||||
```bash
|
||||
# Linux
|
||||
wget -q https://raw.githubusercontent.com/Bhupesh-V/ugit/master/ugit -o ugit && chmod +x ugit && mv ugit $HOME/.local/bin/
|
||||
wget -q https://raw.githubusercontent.com/Bhupesh-V/ugit/master/ugit && chmod +x ugit && mv ugit $HOME/.local/bin/
|
||||
# Mac
|
||||
wget -q https://raw.githubusercontent.com/Bhupesh-V/ugit/master/ugit -o ugit && chmod +x ugit && mv ugit /usr/local/bin
|
||||
wget -q https://raw.githubusercontent.com/Bhupesh-V/ugit/master/ugit && chmod +x ugit && mv ugit /usr/local/bin
|
||||
```
|
||||
|
||||
or `curl`
|
||||
|
||||
```bash
|
||||
# Linux
|
||||
curl -fsSL https://raw.githubusercontent.com/Bhupesh-V/ugit/master/ugit && chmod +x ugit && mv ugit $HOME/.local/bin/
|
||||
curl -fsSL https://raw.githubusercontent.com/Bhupesh-V/ugit/master/ugit -o ugit && chmod +x ugit && mv ugit $HOME/.local/bin/
|
||||
# Mac
|
||||
curl -fsSL https://raw.githubusercontent.com/Bhupesh-V/ugit/master/ugit && chmod +x ugit && mv ugit /usr/local/bin
|
||||
curl -fsSL https://raw.githubusercontent.com/Bhupesh-V/ugit/master/ugit -o ugit && chmod +x ugit && mv ugit /usr/local/bin
|
||||
```
|
||||
|
||||
## Please read ⚠️
|
||||
|
|
|
|||
Loading…
Reference in a new issue