summaryrefslogtreecommitdiff
path: root/docs
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
commitc410ef16e2f70a3a2d9621f392d5e49c99bfee6c (patch)
tree6484274a69c5e1a91a6c239d9da9bbabe518ab63 /docs
parent68873ca2e84541585efd9f9469f10929d69cd56f (diff)
downloadsncontinue-c410ef16e2f70a3a2d9621f392d5e49c99bfee6c.tar.gz
sncontinue-c410ef16e2f70a3a2d9621f392d5e49c99bfee6c.tar.bz2
sncontinue-c410ef16e2f70a3a2d9621f392d5e49c99bfee6c.zip
Update getting-started.md
Diffstat (limited to 'docs')
-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
:::