From bfc9e1cddef292081abc1c0ee44f399165538ccf Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:27:12 -0400 Subject: [PATCH] cli example --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3279616831..b9698ca6ef 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ TODO: Write a project description +TODO: getting started (install the CLI) + ## Workspaces ### [Outline Client](outline_client/README.md) @@ -15,9 +17,10 @@ TODO: Write a project description TODO: Describe the Outline Client TODO: How to clone only the Client -``` -git clone ... -cd outline_client + +```sh +# example of what it will look like: +outline_apps clone outline_client ``` ### [Outline Manager](outline_server/src/server_manager/README.md)