Skip to content

Commit

Permalink
Merge pull request #292 from DemoYeti/patch-1
Browse files Browse the repository at this point in the history
remove prefixes from bash commands
  • Loading branch information
qzhuyan authored Sep 18, 2024
2 parents bc50756 + 44655c2 commit 2771e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -106,7 +106,7 @@ $ firefox doc/index.html

## Dev mode
``` sh
$ make ci
make ci
```

# Troubleshooting
Expand Down

0 comments on commit 2771e17

Please sign in to comment.