README.md: update builddir setup command
1 files changed, 1 insertions(+), 1 deletions(-) M README.md
M README.md => README.md +1 -1
@@ 7,7 7,7 @@ For usage, refer to `include/nyth.h`. ## Building ```sh -meson build/ +meson setup build/ meson compile -C build/ ```