From 96eecb52c01f2579812b6107f394ce00d1bf1f8a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 4 Feb 2022 19:08:15 +0100 Subject: [PATCH] docs: add colors for commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9054ac7..701a1d6 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,13 @@ chmod +x distribusi Run `distribusi-go` on `` and serve it locally for viewing: -``` +```bash ./distribusi -p -s ``` If you want to ignore certain paths, you can use `-i/--ignore`: -``` +```bash ./distribusi -p -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= make release ``` You can build a local-only release by running this: -``` +```bash goreleaser release --snapshot --rm-dist ```