Skip to content

Commit 0eb318a

Browse files
committed
Update README.md
1 parent 5990b92 commit 0eb318a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ will get displayed and drop it somewhere on your `PATH`.
2828
For example, if `$HOME/bin` is on your `PATH`:
2929

3030
```sh
31-
curl -L https://github.com/fgrehm/notify-send-http/releases/download/v0.1.0/server > $HOME/bin/notify-send-server
31+
curl -L https://github.com/fgrehm/notify-send-http/releases/download/v0.2.0/server-linux_amd64 > $HOME/bin/notify-send-server
3232
chmod +x $HOME/bin/notify-send-server
3333
```
3434

@@ -62,7 +62,7 @@ From another machine / VM / Linux Container you'll have to first download the
6262
client somewhere on the `PATH`:
6363

6464
```sh
65-
curl -L https://github.com/fgrehm/notify-send-http/releases/download/v0.1.0/client | sudo tee /usr/local/bin/notify-send &>/dev/null
65+
curl -L https://github.com/fgrehm/notify-send-http/releases/download/v0.2.0/client-linux_amd64 | sudo tee /usr/local/bin/notify-send &>/dev/null
6666
sudo chmod +x /usr/local/bin/notify-send
6767
```
6868

@@ -88,7 +88,7 @@ Download the client to a folder under `$HOME/devstep/bin`:
8888
```sh
8989
DEVSTEP_DIR="$HOME/devstep/bin"
9090
mkdir -p $DEVSTEP_DIR
91-
curl -sL https://github.com/fgrehm/notify-send-http/releases/download/v0.1.0/client > $DEVSTEP_DIR/notify-send
91+
curl -sL https://github.com/fgrehm/notify-send-http/releases/download/v0.2.0/client-linux_amd64 > $DEVSTEP_DIR/notify-send
9292
chmod +x $DEVSTEP_DIR/notify-send
9393
```
9494

@@ -110,7 +110,7 @@ environment:
110110
DOCKER_BRIDGE_IP=$(/sbin/ifconfig docker0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}')
111111

112112
# Download binary
113-
curl -sL https://github.com/fgrehm/notify-send-http/releases/download/v0.1.0/client > /tmp/notify-send && chmod +x /tmp/notify-send
113+
curl -sL https://github.com/fgrehm/notify-send-http/releases/download/v0.2.0/client-linux_amd64 > /tmp/notify-send && chmod +x /tmp/notify-send
114114

115115
# Start container ready to send notifications
116116
docker run -ti --rm \

0 commit comments

Comments
 (0)