diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-04 16:24:48 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-04 17:15:37 +0200 |
commit | cc59e537dab61d6dc1799498b891f6e4ee1b96bf (patch) | |
tree | 8b79071df953a7118ff5a6da8010d1dddf66bd30 /README.adoc | |
parent | 338ae69121424368fbbe7dcff9a990aeb8e6fc52 (diff) | |
download | fiv-cc59e537dab61d6dc1799498b891f6e4ee1b96bf.tar.gz fiv-cc59e537dab61d6dc1799498b891f6e4ee1b96bf.tar.xz fiv-cc59e537dab61d6dc1799498b891f6e4ee1b96bf.zip |
Update meson invocation to avoid warnings
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index e1fc5cc..0e36c48 100644 --- a/README.adoc +++ b/README.adoc @@ -49,7 +49,7 @@ Runtime dependencies for reverse image search: xdg-utils, cURL, jq $ git clone --recursive https://git.janouch.name/p/fiv.git - $ meson builddir + $ meson setup builddir $ cd builddir $ meson compile |