From 4d54de70250be0621ae42acd2ec23cee1a5ea7f4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 31 Jul 2017 18:09:57 -0600 Subject: [PATCH] note about primary domain and ip addr for daplie tools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 13dca4a..c752bd7 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,10 @@ assets. The domains can be setup through the Daplie Desktop App or with `daplie-tools` ```bash +# set device address and attach primary domain daplie devices:attach -d foodevice -n example.com -a 127.0.0.1 + +# attach all other domains with same device/address daplie devices:attach -d foodevice -n www.example.com daplie devices:attach -d foodevice -n api.example.com daplie devices:attach -d foodevice -n assets.example.com