summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-09-18 18:30:46 -0700
committerGitHub <noreply@github.com>2023-09-18 18:30:46 -0700
commitb7404517001a2570d9a4298e314e5a2760e31a9e (patch)
tree05a47aef2fdefac7a7862b203ca9eecf2998a4df /README.md
parent9aef3a763de9d1b8365c0b343cb84273236a8c91 (diff)
downloadsncontinue-b7404517001a2570d9a4298e314e5a2760e31a9e.tar.gz
sncontinue-b7404517001a2570d9a4298e314e5a2760e31a9e.tar.bz2
sncontinue-b7404517001a2570d9a4298e314e5a2760e31a9e.zip
updating headless mode link
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e136e6a0..f434581e 100644
--- a/README.md
+++ b/README.md
@@ -64,16 +64,16 @@ By default, Continue uses `GPT-4` and `GPT-3.5-turbo` via the OpenAI API. You ca
### [Run the server manually](https://continue.dev/docs/walkthroughs/manually-run-continue)
-You might want to run Continue manually if (a) a firewall, VPN, or other issue is stopping Continue from automatically downloading the server binary, (b) you are on an OS where the binary fails to run (e.g. RHEL8), (c) you are using an air-gapped computer, (d) you want to self-host Continue, or (e) you want to run from source while developing / modifying Continue's code. Read more [here](https://continue.dev/docs/walkthroughs/manually-run-continue#recommended-use-the-continuedev-pypi-package).
+You might want to run Continue manually if (a) a firewall, VPN, or other issue is stopping Continue from automatically downloading the server binary, (b) you are on an OS where the binary fails to run (e.g. RHEL8), (c) you are using an air-gapped computer, (d) you want to self-host Continue, or (e) you want to run from source while developing / modifying Continue's code.
-### [Run in "headless mode"]()
+### [Run in "headless mode"](https://continue.dev/docs/walkthroughs/headless-mode)
-"Headless mode" allows Continue to run in the background, without needing to be connected to the IDE or GUI. This is useful for performing refactors or other long-running tasks asynchronously. Headless mode can also be run in CI/CD, for example, to perform a thorough review for errors. Read more [here](https://continue.dev/docs/walkthroughs/headless-mode).
+"Headless mode" allows Continue to run in the background, without needing to be connected to the IDE or GUI. This is useful for performing refactors or other long-running tasks asynchronously. Headless mode can also be run in CI/CD, for example, to perform a thorough review for errors.
## Contributing
-Check out the [contribution ideas board](https://github.com/orgs/continuedev/projects/2), read the [contributing guide](https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md), and join [#contribute on Discord](https://discord.gg/vapESyrFmJ).
+Check out the [contribution ideas board](https://github.com/orgs/continuedev/projects/2), read the [contributing guide](https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md), and join [#contribute on Discord](https://discord.gg/vapESyrFmJ)
## License
-[Apache 2.0 © 2023 Continue Dev, Inc.](./LICENSE) \ No newline at end of file
+[Apache 2.0 © 2023 Continue Dev, Inc.](./LICENSE)