summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-27 19:16:29 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-27 19:16:29 -0700
commitd9026e72caa8ff94aa066f16cef677e5de76af07 (patch)
tree7fffcecda2e9629fa01a2b057039746903af763e
parentfc9eb3051fd5a7c9cad57b5d6cd93374bd8210fb (diff)
parent823ab0a8c65a5e116e43afe61e7a720151e59111 (diff)
downloadsncontinue-d9026e72caa8ff94aa066f16cef677e5de76af07.tar.gz
sncontinue-d9026e72caa8ff94aa066f16cef677e5de76af07.tar.bz2
sncontinue-d9026e72caa8ff94aa066f16cef677e5de76af07.zip
Merge branch 'main' of https://github.com/continuedev/continue
-rw-r--r--docs/docs/getting-started.md12
-rw-r--r--docs/docs/how-to-use-continue.md2
2 files changed, 2 insertions, 12 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!
diff --git a/docs/docs/how-to-use-continue.md b/docs/docs/how-to-use-continue.md
index 7411c45f..235a87b7 100644
--- a/docs/docs/how-to-use-continue.md
+++ b/docs/docs/how-to-use-continue.md
@@ -12,7 +12,7 @@ As you use Continue more, you will learn when to trust it. A great way to get st
If you are trying to use it for a new task and don’t have a sense of how much Continue can help you complete it, it can often be helpful to start like this:
-1. Highlight any code that you don’t understand and type `tell me how this code works`
+1. Highlight any code that you don’t understand and type `tell me how this code works` in the text box of the Continue side bar
2. If the explanation seems reasonable, then, while still highlighting the code, type `how would you change this code to [INSERT TASK]?`
3. If this explanation is also pretty good, then, while still highlighting the code, type `/edit [INSERT TASK]`
4. If it does not work on first attempt, click `reject` on its suggestions and try again—often it will make a different suggestion each time