mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
README: Update README.md (#168)
This commit is contained in:
@ -25,13 +25,13 @@ Oh My Bash is installed by running one of the following commands in your termina
|
|||||||
#### via curl
|
#### via curl
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### via wget
|
#### via wget
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sh -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
|
bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using Oh My Bash
|
## Using Oh My Bash
|
||||||
|
Reference in New Issue
Block a user