From d8e5e71fad703ee114abd37d688f3ff3f86a97da Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 29 May 2022 23:53:34 -0400 Subject: [PATCH] Open chrome in app mode --- NATIVE.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NATIVE.md b/NATIVE.md index b5eb978..76b67a1 100644 --- a/NATIVE.md +++ b/NATIVE.md @@ -1,7 +1,16 @@ # Creating Native Applications with CLOG -## Using Ceramic Mac/Windows/Linux +1. Open app using chrome in app mode +2. Native app using :ceramic + +## 1 Open app using chrome in app mode + +To open a chrome window in app mode use -app="URL" for example on a Mac: + +/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -app="http://127.0.0.1:8080/builder" + +## 2 Using Ceramic Mac/Windows/Linux The documentation for ceramic is at: http://ceramic.github.io/