diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-18 13:49:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 13:49:35 -0700 |
commit | e2b36d6038c045ac4e6c9267a59767676e62939f (patch) | |
tree | 9945b0086724a6bf3bbc929c37a1e7867e752596 /docs | |
parent | c410ef16e2f70a3a2d9621f392d5e49c99bfee6c (diff) | |
download | sncontinue-e2b36d6038c045ac4e6c9267a59767676e62939f.tar.gz sncontinue-e2b36d6038c045ac4e6c9267a59767676e62939f.tar.bz2 sncontinue-e2b36d6038c045ac4e6c9267a59767676e62939f.zip |
changing to five steps
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/getting-started.md | 12 |
1 files 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
|