Skip to content

Commit

Permalink
install on Linux fails copy & paste from git UI (#127)
Browse files Browse the repository at this point in the history
delete $ prefix from command examples
  • Loading branch information
little-vishal committed Aug 29, 2021
1 parent 4298b9d commit 2f941a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $ brew install goodwithtech/r/dockle
## RHEL/CentOS

```bash
$ VERSION=$(
VERSION=$(
curl --silent "https://api.github.com/repos/goodwithtech/dockle/releases/latest" | \
grep '"tag_name":' | \
sed -E 's/.*"v([^"]+)".*/\1/' \
Expand All @@ -109,7 +109,7 @@ $ VERSION=$(
## Debian/Ubuntu

```bash
$ VERSION=$(
VERSION=$(
curl --silent "https://api.github.com/repos/goodwithtech/dockle/releases/latest" | \
grep '"tag_name":' | \
sed -E 's/.*"v([^"]+)".*/\1/' \
Expand All @@ -128,7 +128,7 @@ yay -Sy dockle-bin
## Windows

```bash
$ VERSION=$(
VERSION=$(
curl --silent "https://api.github.com/repos/goodwithtech/dockle/releases/latest" | \
grep '"tag_name":' | \
sed -E 's/.*"v([^"]+)".*/\1/' \
Expand Down

0 comments on commit 2f941a8

Please sign in to comment.