Skip to content

Commit 5953bb6

Browse files
author
Jack Tang
committed
UPT: readme
1 parent f805eb5 commit 5953bb6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
A single binary for both server and client of [tus resumable upload protocol](https://tus.io).
66

7-
This is a wrapper of [tusd](https://github.com/tus/tusd) with a nginx-like file listing page (or index page).
8-
S3, GCS, Prometheus, Hooks are removed, in favor of smaller binary size (upx-ed < 5 MB rather than > 30MB).
9-
10-
For client, this is a command line implementation this library [go-tusd](https://github.com/eventials/go-tus).
7+
This is a wrapper of [tusd](https://github.com/tus/tusd) with nginx-like file listing page (or index page) is added.
8+
Features like S3, GCS, Prometheus, Hooks are removed from tusd, in favor of smaller binary size (< 5 MB after upx-ed rather than > 30MB raw).
9+
This is a command line implementation this library [go-tusd](https://github.com/eventials/go-tus).
1110

12-
### Quick Start
11+
## Quick Start
1312

1413
Start server
1514

@@ -27,10 +26,10 @@ $ tusc client http://127.0.0.1:8080/files/ text.txt -r # resumable
2726

2827
And then visit to [file listing page](http://127.0.0.1:8080)
2928

30-
## Server Options
29+
### Server Options
3130

3231

33-
```bash
32+
```
3433
$ tusc s --help
3534
tusc server
3635
@@ -52,9 +51,9 @@ Options:
5251
--behind-proxy Respect X-Forwarded-* and similar headers which may be set by proxies [default: false]
5352
```
5453

55-
## Client Options
54+
### Client Options
5655

57-
```bash
56+
```
5857
$ tusc c --help
5958
tusc client
6059

0 commit comments

Comments
 (0)