Skip to content

Commit

Permalink
README.md: Drop the shell prompt $ where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 4, 2025
1 parent 3a08ea6 commit 2e72c41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ To build [`nanoidgen(1)`][] run `make nanoidgen`.

To build and install the project use [Meson][]:

```
$ meson setup ../nanoid
$ ninja -C ../nanoid
$ sudo ninja -C ../nanoid install
```sh
meson setup ../nanoid
ninja -C ../nanoid
sudo ninja -C ../nanoid install
```

[`nanoid.h`]: nanoid.h
Expand Down

0 comments on commit 2e72c41

Please sign in to comment.