Browse Source

docs: add colors for commands

main
decentral1se 2 years ago
parent
commit
96eecb52c0
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 8
      README.md

8
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
```

Loading…
Cancel
Save