Skip to content

Commit 195380b

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# End of https://www.gitignore.io/api/go
2727

28+
/.tusc
2829
/data
2930
/tusc
3031
/tusc_darwin_amd64

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This is a command line implementation this library [go-tusd](https://github.com/
1010

1111
## Quick Start
1212

13+
Visit [releases page](https://github.com/jackhftang/tusc/releases) and download the tusc binary.
14+
15+
```bash
16+
$ curl -LO https://github.com/jackhftang/tusc/releases/download/<version>/tusc_linux_amd64 -o tusc
17+
$ chmod u+x tusc
18+
```
19+
1320
Start server
1421

1522
```bash

0 commit comments

Comments
 (0)