README: move '..' to end when passing configs to cmake (#76)

This commit is contained in:
akoshibe 2020-06-04 01:12:29 -07:00 committed by GitHub
parent a705d72380
commit 95e4e900a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: