decentral1se
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
4 additions and
4 deletions
-
README.md
|
|
@ -100,13 +100,13 @@ chmod +x distribusi |
|
|
|
|
|
|
|
Run `distribusi-go` on `<path>` and serve it locally for viewing: |
|
|
|
|
|
|
|
``` |
|
|
|
```bash |
|
|
|
./distribusi -p <path> -s |
|
|
|
``` |
|
|
|
|
|
|
|
If you want to ignore certain paths, you can use `-i/--ignore`: |
|
|
|
|
|
|
|
``` |
|
|
|
```bash |
|
|
|
./distribusi -p <path> -s -i '*.gif, *.md, mydir' |
|
|
|
``` |
|
|
|
|
|
|
@ -126,13 +126,13 @@ If you wanna learn Go, I've got [this book], feel free to take a loan of it :gri |
|
|
|
|
|
|
|
Currently, you have to be `@decentral1se` to do this: |
|
|
|
|
|
|
|
``` |
|
|
|
```bash |
|
|
|
VERSION=<version> make release |
|
|
|
``` |
|
|
|
|
|
|
|
You can build a local-only release by running this: |
|
|
|
|
|
|
|
``` |
|
|
|
```bash |
|
|
|
goreleaser release --snapshot --rm-dist |
|
|
|
``` |
|
|
|
|
|
|
|