summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-18 13:45:00 -0700
committerGitHub <noreply@github.com>2023-06-18 13:45:00 -0700
commit5ffb8ca08fcbf5bb8faeaa0301b97596bf394683 (patch)
tree20f44ee6f6382bdbec18b93d3c7635376adc6979
parent9f4f8d48d51be2d140a722418d0a6c699c0f6cde (diff)
downloadsncontinue-5ffb8ca08fcbf5bb8faeaa0301b97596bf394683.tar.gz
sncontinue-5ffb8ca08fcbf5bb8faeaa0301b97596bf394683.tar.bz2
sncontinue-5ffb8ca08fcbf5bb8faeaa0301b97596bf394683.zip
Update getting-started.md
-rw-r--r--docs/docs/getting-started.md12
1 files 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
:::