diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-18 15:41:12 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-18 15:41:12 -0700 |
commit | eab55d8329c7df8e2a00752f3906b9c6ebfa957c (patch) | |
tree | bdae5f0aaec38c7d0d67fc3a52b4c66fa94f8fc4 | |
parent | 53b7fac40d572217c7167075d765ae7dfff56fbe (diff) | |
parent | c873c511cd148b8e80044671dcd47d0da8374d3a (diff) | |
download | sncontinue-eab55d8329c7df8e2a00752f3906b9c6ebfa957c.tar.gz sncontinue-eab55d8329c7df8e2a00752f3906b9c6ebfa957c.tar.bz2 sncontinue-eab55d8329c7df8e2a00752f3906b9c6ebfa957c.zip |
Merge branch 'main' of https://github.com/continuedev/continue
-rw-r--r-- | docs/docs/getting-started.md | 14 | ||||
-rw-r--r-- | docs/docs/intro.md | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index f52057f4..efa078f0 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,6 +1,6 @@ # Getting started
-## Download for 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,18 +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)
-:::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.
-:::
+5. Try using it with your own code!
-:::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.
+## Alternative: GitHub Codespaces
-[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1)
-:::
+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
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? |