Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Nov 21, 2018
1 parent 52ca8e5 commit 59e0196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ Or [download a binary](https://github.com/sgreben/http-file-server/releases/late

```sh
# Linux
curl -L https://github.com/sgreben/http-file-server/releases/download/1.3.0/http-file-server_1.3.0_linux_x86_64.tar.gz | tar xz
curl -L https://github.com/sgreben/http-file-server/releases/download/1.3.1/http-file-server_1.3.1_linux_x86_64.tar.gz | tar xz

# OS X
curl -L https://github.com/sgreben/http-file-server/releases/download/1.3.0/http-file-server_1.3.0_osx_x86_64.tar.gz | tar xz
curl -L https://github.com/sgreben/http-file-server/releases/download/1.3.1/http-file-server_1.3.1_osx_x86_64.tar.gz | tar xz

# Windows
curl -LO https://github.com/sgreben/http-file-server/releases/download/1.3.0/http-file-server_1.3.0_windows_x86_64.zip
unzip versions_1.3.0_windows_x86_64.zip
curl -LO https://github.com/sgreben/http-file-server/releases/download/1.3.1/http-file-server_1.3.1_windows_x86_64.zip
unzip versions_1.3.1_windows_x86_64.zip
```

## Use it
Expand Down

0 comments on commit 59e0196

Please sign in to comment.