diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-01 17:48:04 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-01 22:05:24 -0600 |
commit | c1e86acb3c41f5f2d6ce0107d1a8be951f2f3595 (patch) | |
tree | c3072aaff8b68fc46e342b531ee290f6a0abcbdc /README.md | |
parent | 7d31bd2be93221f472fc85e1a2f1d09f8b6eade3 (diff) |
tunnel: libwg-go: remove -x option from flock
It's already the default and the macOS port of flock doesn't support it.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ $ cd wireguard-android $ ./gradlew assembleRelease ``` +macOS users may need [flock(1)](https://github.com/discoteq/flock). + ## Embedding The tunnel library is [on JCenter](https://bintray.com/wireguard/wireguard-android/wireguard-android/_latestVersion), alongside [extensive class library documentation](https://javadoc.io/doc/com.wireguard.android/tunnel). |