From 44655c22f4bcd7fe1126ef546ce0b0c3d510b00b Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:56:19 -0400 Subject: [PATCH] remove prefixes from bash commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e08e2df4..955bc97f 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,8 @@ refer to [test](./test) dir. ## Offline hex doc ``` sh -$ make doc -$ firefox doc/index.html +make doc +firefox doc/index.html ``` # Dependencies @@ -106,7 +106,7 @@ $ firefox doc/index.html ## Dev mode ``` sh -$ make ci +make ci ``` # Troubleshooting