From 5ffb8ca08fcbf5bb8faeaa0301b97596bf394683 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Sun, 18 Jun 2023 13:45:00 -0700 Subject: Update getting-started.md --- docs/docs/getting-started.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index f52057f4..8628a16c 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,6 +1,6 @@ # Getting started -## Download for VS Code +## Install in VS Code 1. Click `Install` on the Continue extension in the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue) @@ -16,12 +16,6 @@ You can also open the Continue panel with `cmd+k` on Mac / `ctrl+k` on Windows. ![codespaces-install](/img/continue-screenshot2.png) -:::note -If you would like to install Continue from source, please [follow the instructions](https://github.com/continuedev/continue/blob/main/README.md) in the repo README. -::: - -:::note -If you'd like to try without downloading for VS Code on your machine, you can open our GitHub Codespaces demo to try it in a browser-based editor. - -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1) +:::info +If you'd like to try without downloading for VS Code on your machine, you can [open our GitHub Codespace](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1)) to try it in a browser-based editor ::: -- cgit v1.2.3-70-g09d2 From a2c25667029c094b3d3af688d786f44a904b6ac5 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Sun, 18 Jun 2023 13:49:35 -0700 Subject: changing to five steps --- docs/docs/getting-started.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index 8628a16c..dca14a80 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,6 +1,6 @@ # Getting started -## Install in VS Code +## Recommended: Install in VS Code 1. Click `Install` on the Continue extension in the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue) @@ -10,12 +10,14 @@ ![vscode-install](/img/continue-screenshot.png) -You can also open the Continue panel with `cmd+k` on Mac / `ctrl+k` on Windows. +You can also open the Continue panel with `cmd+k` on Mac / `ctrl+k` on Windows 4. If it's your first time using Continue, it will open a file called `calculator.py` where you can play around with Continue's functionality. ![codespaces-install](/img/continue-screenshot2.png) -:::info -If you'd like to try without downloading for VS Code on your machine, you can [open our GitHub Codespace](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1)) to try it in a browser-based editor -::: +5. Try using it with your own code! + +## Alternative: GitHub Codespaces + +If you would like to try without installing on your machine, you can [open our GitHub Codespace](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1)) to play with Continue in a browser-based editor -- cgit v1.2.3-70-g09d2 From 56621172147a73c9216b4019075ca72ae82933c4 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Sun, 18 Jun 2023 13:50:50 -0700 Subject: Update intro.md --- docs/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 906fed41..e0b3c089 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -4,7 +4,7 @@ ## Quickstart -Install Continue packaged as a [VS Code extension](./getting-started.md) +**Install Continue packaged as a [VS Code extension](./getting-started.md)** ## What is Continue? -- cgit v1.2.3-70-g09d2 From c873c511cd148b8e80044671dcd47d0da8374d3a Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Sun, 18 Jun 2023 13:51:48 -0700 Subject: Update getting-started.md --- docs/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index dca14a80..efa078f0 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -20,4 +20,4 @@ You can also open the Continue panel with `cmd+k` on Mac / `ctrl+k` on Windows ## Alternative: GitHub Codespaces -If you would like to try without installing on your machine, you can [open our GitHub Codespace](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1)) to play with Continue in a browser-based editor +If you would like to try without installing on your machine, you can [open our GitHub Codespace](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1) to play with Continue in a browser-based editor -- cgit v1.2.3-70-g09d2