We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9caa09 commit 1626badCopy full SHA for 1626bad
README.md
@@ -118,8 +118,8 @@ Result file `daemon.conf`:
118
## Installation
119
120
```bash
121
-GOREPLACE_VERSION=1.1.2 \
122
-&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
+GOREPLACE_VERSION=22.9.0 \
+&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/go-replace.linux.amd64 \
123
&& chmod +x /usr/local/bin/go-replace
124
```
125
0 commit comments