summaryrefslogtreecommitdiff
path: root/extension/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-13 12:23:54 -0700
committerGitHub <noreply@github.com>2023-06-13 12:23:54 -0700
commitc6250a635033a349dec671451637ac4742ef49ff (patch)
treeb740d5be3eda4e24db9f35e1e43ac9493fac2698 /extension/README.md
parent358e038019c397456c4e2a97de045de0c4299529 (diff)
downloadsncontinue-c6250a635033a349dec671451637ac4742ef49ff.tar.gz
sncontinue-c6250a635033a349dec671451637ac4742ef49ff.tar.bz2
sncontinue-c6250a635033a349dec671451637ac4742ef49ff.zip
Update README.md
Diffstat (limited to 'extension/README.md')
-rw-r--r--extension/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/extension/README.md b/extension/README.md
index 8b823978..63200a85 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -6,18 +6,16 @@ You can use Continue to use and create recipes that automate the most repetitive
## Getting Started
-After install is complete, the Continue extension should automatically open. You can also open it with `cmd+shift+p` on Mac / `ctrl+shift+p` on Windows and then selecting `Continue: Open Debug Panel`
+After install is complete, the Continue extension will automatically open. You can also open it by pressing `cmd+shift+p` on Mac / `ctrl+shift+p` on Windows and then selecting `Continue: Open Continue GUI`
To test a few common recipes, open a blank python file and try the following:
-- Ask it to "write me a calculator class in python"
+- Ask "write a calculator class in python"
- /comment to write comments for the class
- /pytest to write Pytest unit tests in a separate file
- Ask in natural language for a new method
-Check out the [Catalog](https://continue.dev/docs/catalog) to see the full list of recipes
-
-Give Continue a start on GitHub [here](https://github.com/continuedev/continue)
+Give Continue a star on GitHub [here](https://github.com/continuedev/continue)
## Feedback