diff options
author | bhourigan <bhourigan@gmail.com> | 2013-07-05 21:50:14 -0700 |
---|---|---|
committer | bhourigan <bhourigan@gmail.com> | 2013-07-05 21:50:14 -0700 |
commit | a18162d58b8838933fd18f0209f8425dde8f5258 (patch) | |
tree | e1c4f21a489d0ac538a17b85d7ee0548a8f474f1 | |
parent | 7640801952e3284401a491e55c31e8fefe488bfa (diff) | |
download | infinitytier-a18162d58b8838933fd18f0209f8425dde8f5258.tar.gz infinitytier-a18162d58b8838933fd18f0209f8425dde8f5258.zip |
Updated make install-mac-tap for paste worthy correctness
-rw-r--r-- | RUNNING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RUNNING.txt b/RUNNING.txt index e597d3be..f2f229ab 100644 --- a/RUNNING.txt +++ b/RUNNING.txt @@ -9,7 +9,7 @@ By convention, ZeroTier One will keep its state here on mac: ZeroTier ships with a kernel extension for its own tap device, which it stores in the above directory. To install this from source, type: -sudo make install-mac-tap +sudo make -f Makefile.mac install-mac-tap This will create the ZeroTier One home above if it does not exist and install the kext there. Note that the kext must be owned by root:wheel. The make |