From 2d74bb1ca173e31a5eb9d369bdd32bef079e9edb Mon Sep 17 00:00:00 2001 From: royendo <67675319+royendo@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:15:04 -0700 Subject: [PATCH] nit ask from Mike --- docs/docs/home/get-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/home/get-started.md b/docs/docs/home/get-started.md index e98a2b560ca..d454bc9fcf7 100644 --- a/docs/docs/home/get-started.md +++ b/docs/docs/home/get-started.md @@ -9,9 +9,11 @@ import Video from '@site/src/components/Video'; ## Quickstart -Run the following from the CLI to start Rill. Select a project from the UI or add your own data. +Run the following from the CLI to install and start Rill. Select a sample project from the UI or add your own data. ``` +curl https://rill.sh | sh + rill start my-rill-project ```