You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# http-file-server
2
2
3
-
`http-file-server` is a dependency-free HTTP file server.
3
+
`http-file-server` is a dependency-free HTTP file server. Beyond directory listings and file downloads, it lets you download a whole directory as as `.zip` or `.tar.gz` (generated on-the-fly).
4
4
5
5

6
6
@@ -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.2.2/http-file-server_1.2.2_linux_x86_64.tar.gz | tar xz
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
64
64
65
65
# OS X
66
-
curl -L https://github.com/sgreben/http-file-server/releases/download/1.2.2/http-file-server_1.2.2_osx_x86_64.tar.gz | tar xz
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
Copy file name to clipboardExpand all lines: README.template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# http-file-server
2
2
3
-
`http-file-server` is a dependency-free HTTP file server.
3
+
`http-file-server` is a dependency-free HTTP file server. Beyond directory listings and file downloads, it lets you download a whole directory as as `.zip` or `.tar.gz` (generated on-the-fly).
0 commit comments