From 7a13a6410abfedc31755c154ab5e647faa012206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Bezerra?= Date: Tue, 19 Oct 2021 04:33:53 -0300 Subject: [PATCH] Escaping pipes in installation commands This fixes monospaced formatting in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba7114c..cba6af6 100644 --- a/README.md +++ b/README.md @@ -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`.