We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5953bb6 commit 195380bCopy full SHA for 195380b
.gitignore
@@ -25,6 +25,7 @@
25
26
# End of https://www.gitignore.io/api/go
27
28
+/.tusc
29
/data
30
/tusc
31
/tusc_darwin_amd64
README.md
@@ -10,6 +10,13 @@ This is a command line implementation this library [go-tusd](https://github.com/
10
11
## Quick Start
12
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
20
Start server
21
22
```bash
0 commit comments