Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Apr 16, 2018
1 parent 1ff26e9 commit 7429240
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

`subst` parses its arguments as `KEY=VALUE` pairs, substitutes `$KEY`s by `VALUE`s in stdin, and writes the result to stdout.

![screenshot](docs/shot.png)

<!-- TOC -->

- [Get it](#get-it)
Expand All @@ -25,16 +23,16 @@ Or [download the binary](https://github.com/sgreben/subst/releases/latest) from

```bash
# Linux
curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/url_1.0.1_linux_x86_64.zip
unzip url_1.0.1_linux_x86_64.zip
curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/subst_1.0.1_linux_x86_64.zip
unzip subst_1.0.1_linux_x86_64.zip

# OS X
curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/url_1.0.1_osx_x86_64.zip
unzip url_1.0.1_osx_x86_64.zip
curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/subst_1.0.1_osx_x86_64.zip
unzip subst_1.0.1_osx_x86_64.zip

# Windows
curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/url_1.0.1_windows_x86_64.zip
unzip url_1.0.1_windows_x86_64.zip
curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/subst_1.0.1_windows_x86_64.zip
unzip subst_1.0.1_windows_x86_64.zip
```

## Use it
Expand Down
12 changes: 6 additions & 6 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Or [download the binary](https://github.com/sgreben/subst/releases/latest) from

```bash
# Linux
curl -LO https://github.com/sgreben/subst/releases/download/${VERSION}/url_${VERSION}_linux_x86_64.zip
unzip url_${VERSION}_linux_x86_64.zip
curl -LO https://github.com/sgreben/subst/releases/download/${VERSION}/subst_${VERSION}_linux_x86_64.zip
unzip subst_${VERSION}_linux_x86_64.zip

# OS X
curl -LO https://github.com/sgreben/subst/releases/download/${VERSION}/url_${VERSION}_osx_x86_64.zip
unzip url_${VERSION}_osx_x86_64.zip
curl -LO https://github.com/sgreben/subst/releases/download/${VERSION}/subst_${VERSION}_osx_x86_64.zip
unzip subst_${VERSION}_osx_x86_64.zip

# Windows
curl -LO https://github.com/sgreben/subst/releases/download/${VERSION}/url_${VERSION}_windows_x86_64.zip
unzip url_${VERSION}_windows_x86_64.zip
curl -LO https://github.com/sgreben/subst/releases/download/${VERSION}/subst_${VERSION}_windows_x86_64.zip
unzip subst_${VERSION}_windows_x86_64.zip
```

## Use it
Expand Down

0 comments on commit 7429240

Please sign in to comment.