diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-05-16 14:35:35 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-05-16 14:35:35 -0700 |
| commit | d0935f667fd809a32cb4184a2c422ff79dc6d933 (patch) | |
| tree | 8dd92dfbe2fdd30375993a21619f701d48060340 /controller/README.md | |
| parent | 4a0280686c7a74b58a060375ffce385554d90040 (diff) | |
| parent | 38243e5eff71b76d35904afffd2b21fe84ed958a (diff) | |
| download | infinitytier-d0935f667fd809a32cb4184a2c422ff79dc6d933.tar.gz infinitytier-d0935f667fd809a32cb4184a2c422ff79dc6d933.zip | |
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'controller/README.md')
| -rw-r--r-- | controller/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/README.md b/controller/README.md index ee176d38..1d4fef9a 100644 --- a/controller/README.md +++ b/controller/README.md @@ -9,7 +9,7 @@ The standard implementation uses SQLite3 with the attached schema. A separate se By default this code is not built or included in the client. To build on Linux, BSD, or Mac add ZT_ENABLE_NETCONF_MASTER=1 to the make command line. It could be built on Windows as well, but you're on your own there. You'd have to build SQLite3 first, or get a pre-built copy somewhere. -### Createing databases +### Creating databases If you execute a network controller enabled build of the ZeroTier One service, a *controller.db* will automatically be created and initialize. You can also create one manually with: |
