docs: add colors for commands
This commit is contained in:
parent
cb0db1aa01
commit
96eecb52c0
@ -100,13 +100,13 @@ chmod +x distribusi
|
|||||||
|
|
||||||
Run `distribusi-go` on `<path>` and serve it locally for viewing:
|
Run `distribusi-go` on `<path>` and serve it locally for viewing:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
./distribusi -p <path> -s
|
./distribusi -p <path> -s
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to ignore certain paths, you can use `-i/--ignore`:
|
If you want to ignore certain paths, you can use `-i/--ignore`:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
./distribusi -p <path> -s -i '*.gif, *.md, mydir'
|
./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:
|
Currently, you have to be `@decentral1se` to do this:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
VERSION=<version> make release
|
VERSION=<version> make release
|
||||||
```
|
```
|
||||||
|
|
||||||
You can build a local-only release by running this:
|
You can build a local-only release by running this:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
goreleaser release --snapshot --rm-dist
|
goreleaser release --snapshot --rm-dist
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user