README: move '..' to end when passing configs to cmake

This commit is contained in:
akoshibe 2020-06-03 17:44:21 -07:00
parent a705d72380
commit 5cdfcfda19

View file

@ -31,11 +31,11 @@ Compilation:
Alternative configuration for static binaries:
$ cmake .. -D STATIC_LIBSODIUM=1
$ cmake -D STATIC_LIBSODIUM=1 ..
or:
$ cmake .. -D BUILD_STATIC_EXECUTABLES=1
$ cmake -D BUILD_STATIC_EXECUTABLES=1 ..
Minisign is also available in Homebrew: