From 6b0130678c1771624e4611cc71e1b90679acb1bb Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Wed, 31 Aug 2016 17:40:34 -0700 Subject: [PATCH] update_docs --- integrations/README.md | 4 +++- integrations/docker/README.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/integrations/README.md b/integrations/README.md index 149b149..34ba887 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -32,7 +32,9 @@ For more support on these integrations, or if you'd like help creating a new int ##### OSX - [Linking into an app at compiletime](../docs/osx_zt_sdk.md) `make osx_shared_lib` -> `build/libztosx.so` - [Embedding within an app with Xcode](apple/example_app/OSX) `make osx_app_framework` -> `build/osx_app_framework/*` - - [Dynamic-linking into an app/service at runtime](../docs/osx_zt_sdk.md) `make osx_service_and_intercept` -> `build/zerotier-sdk-service` + `build/libztintercept.so` + - [Dynamic-linking into an app/service at runtime](../docs/osx_zt_sdk.md) `make osx_service_and_intercept` -> { `build/zerotier-sdk-service` + `build/libztintercept.so` } + - [Intercept library](../docs/osx_zt_sdk.md) `make osx_sdk_service` -> `build/zerotier-sdk-service` + - [SDK Service](../docs/osx_zt_sdk.md) `make osx_intercept` -> `build/libztintercept.so` - [Unity3D plugin](apple/ZeroTierSDK_Apple) `make osx_unity3d_bundle` -> *** diff --git a/integrations/docker/README.md b/integrations/docker/README.md index cfdd454..4459002 100644 --- a/integrations/docker/README.md +++ b/integrations/docker/README.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**