We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b418e59 commit be50262Copy full SHA for be50262
README.md
@@ -31,3 +31,10 @@ Application Options:
31
| `goreplace --replace-line -s 'foobar' -r barfoo file1 file2` | Replaces all lines with content `foobar` to `barfoo` (whole line) in file1 and file2 |
32
33
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