Skip to content

Commit

Permalink
Sync openbsd/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 4, 2025
1 parent d1a96e9 commit 5a14185
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions openbsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ To build [`nanoidgen(1)`][] run `make nanoidgen`.

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

```
$ meson setup ../nanoid
$ 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 5a14185

Please sign in to comment.