From 27110b7301b799abc69314d532e7e5c565aa3d45 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 19 Mar 2020 22:26:40 -0500 Subject: [PATCH] Mark fields as bash --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d312aab..d31da79 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,20 @@ _A simple and efficient activitypub relay_ ### USAGE To simply run the server, the command is as follows -``` +```bash $ ./relay ``` To add domains to the blocklist, use the `-b` flag and pass a list of domains -``` +```bash $ ./relay -b asonix.dog blimps.xyz ``` To remove domains from the blocklist, simply pass the `-u` flag along with `-b` -``` +```bash $ ./relay -ub asonix.dog blimps.xyz ``` The same rules apply for whitelisting domains, although domains are whitelisted with the `-w` flag -``` +```bash $ ./relay -w asonix.dog blimps.xyz $ ./relay -uw asonix.dog blimps.xyz ```