Skip to content

Commit

Permalink
Merge pull request #106 from ouch-org/fix-monospace-in-readme
Browse files Browse the repository at this point in the history
Escaping pipes in installation commands
  • Loading branch information
marcospb19 committed Oct 19, 2021
2 parents b342a16 + 7a13a64 commit 1337be4
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 @@ -66,8 +66,8 @@ Compiled for `x86_64` on _Linux_, _Mac OS_ and _Windows_, run with `curl` or `wg

| Method | Command |
|:---------:|:-----------------------------------------------------------------------------------|
| **curl** | `curl -s https://raw.githubusercontent.com/ouch-org/ouch/master/install.sh | sh` |
| **wget** | `wget https://raw.githubusercontent.com/ouch-org/ouch/master/install.sh -O - | sh` |
| **curl** | `curl -s https://raw.githubusercontent.com/ouch-org/ouch/master/install.sh \| sh` |
| **wget** | `wget https://raw.githubusercontent.com/ouch-org/ouch/master/install.sh -O - \| sh` |


The script will download the [latest binary](https://github.com/ouch-org/ouch/releases) and copy it to `/usr/bin`.
Expand Down

0 comments on commit 1337be4

Please sign in to comment.