File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ Or [download a binary](https://github.com/sgreben/http-file-server/releases/late
60
60
61
61
``` sh
62
62
# Linux
63
- 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
63
+ 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
64
64
65
65
# OS X
66
- 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
66
+ 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
67
67
68
68
# Windows
69
- curl -LO https://github.com/sgreben/http-file-server/releases/download/1.3.0 /http-file-server_1.3.0_windows_x86_64 .zip
70
- unzip versions_1.3.0_windows_x86_64 .zip
69
+ curl -LO https://github.com/sgreben/http-file-server/releases/download/1.3.1 /http-file-server_1.3.1_windows_x86_64 .zip
70
+ unzip versions_1.3.1_windows_x86_64 .zip
71
71
```
72
72
73
73
## Use it
You can’t perform that action at this time.
0 commit comments