diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-26 16:39:07 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-26 16:39:07 -0700 |
commit | f3c6533d4054de5a71c8867c2b76fc8b0747447c (patch) | |
tree | 8e53ce9533aa42ee5d0a31504aa07be691d87157 /README.md | |
parent | f403bbe26b8864ff5367eab08afe4a01fdde8e72 (diff) | |
parent | 292d4d10ce28d720d61f97918c490b0d9cdae9e7 (diff) | |
download | sncontinue-f3c6533d4054de5a71c8867c2b76fc8b0747447c.tar.gz sncontinue-f3c6533d4054de5a71c8867c2b76fc8b0747447c.tar.bz2 sncontinue-f3c6533d4054de5a71c8867c2b76fc8b0747447c.zip |
Merge branch 'main' into styled-code
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/getting-started) -### 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) |