Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Weigel committed Jan 17, 2019
1 parent ad4b974 commit 91d8ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OS-X:
```bash
curl -L -O https://github.com/hapi-server/server-nodejs/releases/download/v0.9.3/hapi-server-v0.9.3
tar zxvf hapi-server-v0.9.3
curl -L -O https://github.com/hapi-server/server-nodejs/releases/download/v0.9.3/hapi-server-v0.9.3
curl -L -O https://github.com/hapi-server/server-nodejs/releases/download/v0.9.3/hapi-server-v0.9.3-darwin-x64.tgz
tar zxvf hapi-server-v0.9.3
cd hapi-server-v0.9.3
./hapi-server
Expand All @@ -48,7 +48,7 @@ OS-X:
Linux x64:

```bash
curl -L -O https://github.com/hapi-server/server-nodejs/releases/download/v0.9.3/hapi-server-v0.9.3
curl -L -O https://github.com/hapi-server/server-nodejs/releases/download/v0.9.3/hapi-server-v0.9.3-linux-x64.tgz
tar zxvf hapi-server-v0.9.3
cd hapi-server-v0.9.3
./hapi-server
Expand All @@ -57,7 +57,7 @@ Linux x64:
Linux ARMv7l:

```bash
curl -L -O https://github.com/hapi-server/server-nodejs/releases/download/v0.9.3/hapi-server-v0.9.3
curl -L -O https://github.com/hapi-server/server-nodejs/releases/download/v0.9.3/hapi-server-v0.9.3-linux-armv7l.tgz
tar zxvf hapi-server-v0.9.3
cd hapi-server-v0.9.3
./hapi-server
Expand Down

0 comments on commit 91d8ce1

Please sign in to comment.