fix: bad substitution in install.sh USER.md heredoc, update install URLs for private repos
This commit is contained in:
@@ -9,8 +9,11 @@ Step-by-step guide to deploy Aetheel on a Linux or macOS machine.
|
||||
The interactive installer handles everything automatically:
|
||||
|
||||
```bash
|
||||
# One-line install
|
||||
# If repo is public:
|
||||
curl -fsSL http://10.0.0.59:3051/tanmay/Aetheel/raw/branch/main/install.sh | bash
|
||||
|
||||
# If repo is private (clone first):
|
||||
git clone http://10.0.0.59:3051/tanmay/Aetheel.git && cd Aetheel && bash install.sh
|
||||
```
|
||||
|
||||
Or if you already have the repo cloned:
|
||||
|
||||
Reference in New Issue
Block a user