Skip to content

Commit

Permalink
README: Update README.md (ohmybash#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyetama authored Aug 10, 2020
1 parent 2d64322 commit c37486a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Oh My Bash is installed by running one of the following commands in your termina
#### via curl

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

```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
Expand Down

0 comments on commit c37486a

Please sign in to comment.