diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-15 15:30:44 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-15 15:30:44 -0700 |
commit | 65a9a9a6f2b6c95752f5d29c1a0f15fef2d431a1 (patch) | |
tree | e5fb3e7fdba65c9f50a72b38abc49f66a18376e2 /controller | |
parent | e269846f84c1ecb4892659448ba1dfc97e6a4b42 (diff) | |
download | infinitytier-65a9a9a6f2b6c95752f5d29c1a0f15fef2d431a1.tar.gz infinitytier-65a9a9a6f2b6c95752f5d29c1a0f15fef2d431a1.zip |
typo
Diffstat (limited to 'controller')
-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: |