mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-27 21:05:34 +00:00
docs(test): use canonical github.io install URL in run-as-root case (#473)
The run-as-root install case doc still showed the retry command using the community-operated openjarvis.ai domain, whose TLS is broken and which the project does not control (#337). Point it at the canonical, project-controlled GitHub Pages URL, matching README and the install docs. Documentation only — the bats test it describes asserts exit code + "root" in stderr and has no URL dependency. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
4b4fd587b2
commit
58f7f717ae
@@ -15,7 +15,7 @@ User runs `sudo bash install.sh` or invokes the installer from a root shell.
|
||||
Re-run as the regular user (without sudo):
|
||||
|
||||
```bash
|
||||
curl -fsSL https://openjarvis.ai/install.sh | bash
|
||||
curl -fsSL https://open-jarvis.github.io/OpenJarvis/install.sh | bash
|
||||
```
|
||||
|
||||
## Test
|
||||
|
||||
Reference in New Issue
Block a user