From 8284810ccd9173ac634724cd752f07c579a1b764 Mon Sep 17 00:00:00 2001 From: eelcofolkertsma <71253997+eelcofolkertsma@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:49:19 +0200 Subject: [PATCH] refine --- docs/docker/usage.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docker/usage.md b/docs/docker/usage.md index c5001f44f..1ad28aa48 100644 --- a/docs/docker/usage.md +++ b/docs/docker/usage.md @@ -1,4 +1,5 @@ Tentative usage. still buggy +Validate in Linux (raspberry), windows and ask some-one to validate in macOS # developing the functionality @@ -17,8 +18,9 @@ Tentative usage. still buggy - run docker command to open a container command prompt: docker exec -it name-of-container sh ### at container command prompt - create glee project e.g. asyncapi new glee --name=tutorial --template tutorial -- follow instructions to install and launch glee -- change permission on Glee files so they can be edited in local file system with command chown..... +- follow instructions to install glee (npm install) +- change permission on glee files so they can be edited in local file system with command chown..... +- follow instructions to launch glee (npm run dev) - monitor glee log - terminate glee server with ctrl-c ### in local workstation