Skip to content

Commit

Permalink
README.md: shorten Meson instructions with ninja -C
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 3, 2025
1 parent 14f8e42 commit 8cac7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ To build and install the project use [Meson][]:

```
$ meson setup ../nanoid
$ cd ../nanoid
$ ninja install
$ ninja -C ../nanoid install
```

[`nanoid.h`]: nanoid.h
Expand Down
3 changes: 1 addition & 2 deletions openbsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ To build and install the project use [Meson][]:

```
$ meson setup ../nanoid
$ cd ../nanoid
$ ninja install
$ ninja -C ../nanoid install
```

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

0 comments on commit 8cac7c3

Please sign in to comment.