diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-19 09:59:41 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-19 09:59:41 -0700 |
commit | f997b958f0c43820aadcda8663e6ea75afa874bf (patch) | |
tree | 72bc508a85e53472c4f5a8868e785de55a09cdec /README.md | |
parent | 315de821c109a2ac45f4cb553890f941d33104bd (diff) | |
parent | 1a270d91a1f42c663a28a8f877d2b8691f1932d5 (diff) | |
download | sncontinue-f997b958f0c43820aadcda8663e6ea75afa874bf.tar.gz sncontinue-f997b958f0c43820aadcda8663e6ea75afa874bf.tar.bz2 sncontinue-f997b958f0c43820aadcda8663e6ea75afa874bf.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -17,17 +17,17 @@ ## Getting Started -### GitHub Codespaces +### Install for VS Code -Learn how to try the GitHub Codespaces Demo [here](https://continue.dev/docs/getting-started) +Learn how to install locally in VS Code [here](https://continue.dev/docs/install) -### VS Code +### GitHub Codespaces -Learn how to install locally in VS Code [here](https://continue.dev/docs/install) +Explore Continue in GitHub Codespaces [here](https://continue.dev/docs/getting-started) if you'd like to try without downloading for VS Code. ## How to contribute -Open a [new GitHub Issue](https://github.com/continuedev/continue/issues/new) or comment on [an existing one](https://github.com/continuedev/continue/issues). Let us know what you would like to contribute there, and we will help you make it happen! +Open a [new GitHub Issue](https://github.com/continuedev/continue/issues/new) or comment on [an existing one](https://github.com/continuedev/continue/issues). Let us know what you would like to contribute, and we will help you make it happen! ## Install from source @@ -64,4 +64,4 @@ cd continue/extension/scripts && python3 install_from_source.py # License -[Apache 2.0 © 2023 Continue Dev, Inc.](./LICENSE)
\ No newline at end of file +[Apache 2.0 © 2023 Continue Dev, Inc.](./LICENSE) |