Skip to content

Commit

Permalink
add setup keyword in example commands [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding authored Mar 7, 2020
1 parent 6ac4053 commit a0ce13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and that these two are different. In your source root must exist a
file called `meson.build`. To generate the build system run this
command:

`meson <source directory> <build directory>`
`meson setup <source directory> <build directory>`

Depending on how you obtained Meson the command might also be called
`meson.py` instead of plain `meson`. In the rest of this document we
Expand All @@ -61,7 +61,7 @@ do things like this:

```console
cd <source root>
meson builddir
meson setup builddir
```

To compile, cd into your build directory and type `ninja`. To run unit
Expand Down

0 comments on commit a0ce13d

Please sign in to comment.