diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-27 16:54:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 16:54:46 -0700 |
commit | 184685178b7a120b100f504f7ff779d05e43ff71 (patch) | |
tree | 2f57301fef653e74f017526b5ba3c38d108228cd | |
parent | 5346aa7f5cc26385bff37bb22954a3d70535e2db (diff) | |
download | sncontinue-184685178b7a120b100f504f7ff779d05e43ff71.tar.gz sncontinue-184685178b7a120b100f504f7ff779d05e43ff71.tar.bz2 sncontinue-184685178b7a120b100f504f7ff779d05e43ff71.zip |
Update getting-started.md
-rw-r--r-- | docs/docs/getting-started.md | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index fc19552e..9f70e2de 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,7 +1,5 @@ # Getting started
-## Recommended: Install in VS Code
-
:::note
Continue requires that you have Python 3.8 or greater. If you do not, please [install](https://python.org) it
:::
@@ -14,12 +12,4 @@ Continue requires that you have Python 3.8 or greater. If you do not, please [in ![vscode-install](/img/continue-screenshot.png)
-4. If it's your first time using Continue, it will open a file called `calculator.py` with instructions:
-
-![codespaces-install](/img/continue-screenshot2.png)
-
-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://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1) to play with Continue in a browser-based editor
+4. Enjoy!
|