docs: fix install.sh broken link in ONBOARDING.md

This commit is contained in:
Elmadani 2026-02-24 22:23:41 +00:00
parent 753356f646
commit 95007adc11

View File

@ -8,7 +8,8 @@ Built in Morocco. Maintained by 11 continental regions (cratons). Open forever.
## Quick Start ## Quick Start
```bash ```bash
curl -fsSL https://inference-x.com/install.sh | bash # Download at https://inference-x.com — or build from source:
# git clone https://git.inference-x.com/elmadani/inference-x
ix download llama3.2-1b ix download llama3.2-1b
ix --model ~/.inference-x/models/llama3.2-1b.gguf ix --model ~/.inference-x/models/llama3.2-1b.gguf
``` ```