Browse Source

minor update to linux_zt_sdk doc

pull/1/head
Joseph Henry 10 years ago
parent
commit
7e1fdc8a5f
  1. 3
      docs/docker_linux_zt_sdk.md

3
docs/docker_linux_zt_sdk.md

@ -10,7 +10,8 @@ This short tutorial will show you how to enable ZeroTier functionality for your
**Step 1: Build ZeroTier shared library**
`make shared_lib`, to see debug output, use `make shared_lib SDK_DEBUG=1`
`make linux_shared_lib`
- For debug output from the SDK, use `make linux_shared_lib SDK_DEBUG=1`, or `make linux_shared_lib ZT_DEBUG=1` to see debug output from the ZeroTier service.
**Step 2: Build your Docker image**

Loading…
Cancel
Save