diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-16 14:51:33 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-16 14:51:33 -0700 |
commit | 54154b9d0d9592de75884707f2099748f2dbd555 (patch) | |
tree | 5dffba9e065fa878992b91e8e78d3f27da355a58 /docs | |
parent | 11618456785f238d1b006aa69b827569c7fb33ba (diff) | |
download | sncontinue-54154b9d0d9592de75884707f2099748f2dbd555.tar.gz sncontinue-54154b9d0d9592de75884707f2099748f2dbd555.tar.bz2 sncontinue-54154b9d0d9592de75884707f2099748f2dbd555.zip |
getting started and install
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/getting-started.md | 7 | ||||
-rw-r--r-- | docs/docs/install.md | 7 | ||||
-rw-r--r-- | docs/static/img/codespaces-install.png | bin | 0 -> 499343 bytes | |||
-rw-r--r-- | docs/static/img/vscode-install.png | bin | 0 -> 317438 bytes |
4 files changed, 5 insertions, 9 deletions
diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index 9824aadd..b7401106 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -12,10 +12,9 @@ We don't want to waste your time with install and env setup before you try Conti 2. Select the `Create new codespace` button and wait 30-90 seconds while it launches and installs the Continue extension. Once complete, it should look like this:
-**TODO: Nate to add a screenshot of what Codespaces + Continue looks like when it is ready**
+![codespaces-install](/img/codespaces-install.png)
## Next Steps
- Read the `Getting Started` section of the `README.md` file that has been opened in your codespace, which you can also find [here](https://github.com/continuedev/continue-codespaces-demo/blob/main/README.md)
-
- If you're ready to download for VS Code, you can do so [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue).
+ - Read the `Getting Started` section of the `README.md` file that has been opened in your codespace, which you can also find [here](https://github.com/continuedev/continue-codespaces-demo/blob/main/README.md)
+ - If you're ready to download for VS Code, you can do so [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
\ No newline at end of file diff --git a/docs/docs/install.md b/docs/docs/install.md index a042739f..ac0aef30 100644 --- a/docs/docs/install.md +++ b/docs/docs/install.md @@ -12,7 +12,7 @@ If you want to try Continue before installing locally, check out the [GitHub Cod 3. Once you do this, you will see a message in the bottom right hand corner of VS Code that says `Setting up Continue extension...`. After 30-90 seconds, the Continue extension will then open up. It should look like this when it is complete:
-**TODO: Nate to add a screenshot of what Codespaces + Continue looks like when it is ready**
+![vscode-install](/img/vscode-install.png)
You can also open the Continue GUI with `cmd+shift+p` on Mac / `ctrl+shift+p` on Windows and then selecting `Continue: Open GUI`
@@ -22,7 +22,4 @@ If you would like to install Continue from source, please [follow the instructio ## Next steps
-**TODO: Nate to update VS Code install to have the same getting started as Codespaces**
-
-Read the `Getting Started` section of the `README.md` file that has been opened in VS Code,
-which you can also find [here](https://github.com/continuedev/continue-codespaces-demo/blob/main/README.md)
\ No newline at end of file +- Read the `Getting Started` section of the `README.md` [here](https://github.com/continuedev/continue-codespaces-demo/blob/main/README.md)
\ No newline at end of file diff --git a/docs/static/img/codespaces-install.png b/docs/static/img/codespaces-install.png Binary files differnew file mode 100644 index 00000000..e960eff1 --- /dev/null +++ b/docs/static/img/codespaces-install.png diff --git a/docs/static/img/vscode-install.png b/docs/static/img/vscode-install.png Binary files differnew file mode 100644 index 00000000..17ac547a --- /dev/null +++ b/docs/static/img/vscode-install.png |