fix(scripts): align installer filename and docs placement
This commit is contained in:
parent
fdef03e455
commit
151bc6a600
2 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -92,14 +92,6 @@ ls -lh target/release/zeroclaw
|
|||
cargo --version
|
||||
```
|
||||
|
||||
#### One-Line Installer
|
||||
|
||||
Or skip the steps above and install everything (system deps, Rust, ZeroClaw) in a single command:
|
||||
|
||||
```bash
|
||||
curl -LsSf https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/main/scripts/install.sh | bash
|
||||
```
|
||||
|
||||
#### Optional
|
||||
|
||||
- **Docker Desktop** — required only if using the [Docker sandboxed runtime](#runtime-support-current) (`runtime.kind = "docker"`). Install via `winget install Docker.DockerDesktop`.
|
||||
|
|
@ -128,6 +120,14 @@ curl -LsSf https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/main/scripts
|
|||
cargo --version
|
||||
```
|
||||
|
||||
#### One-Line Installer
|
||||
|
||||
Or skip the steps above and install everything (system deps, Rust, ZeroClaw) in a single command:
|
||||
|
||||
```bash
|
||||
curl -LsSf https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/main/scripts/install.sh | bash
|
||||
```
|
||||
|
||||
#### Optional
|
||||
|
||||
- **Docker** — required only if using the [Docker sandboxed runtime](#runtime-support-current) (`runtime.kind = "docker"`). Install via your package manager or [docker.com](https://docs.docker.com/engine/install/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue