Skip to content

Commit be50262

Browse files
committed
Add installation in readme
1 parent b418e59 commit be50262

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ Application Options:
3131
| `goreplace --replace-line -s 'foobar' -r barfoo file1 file2` | Replaces all lines with content `foobar` to `barfoo` (whole line) in file1 and file2 |
3232

3333

34+
## Installation
35+
36+
```bash
37+
GOREPLACE_VERSION=0.2.1 \
38+
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/goreplace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
39+
&& chmod +x /usr/local/bin/go-replace
40+
```

0 commit comments

Comments
 (0)