update cli and update docs (#161)

* add services to cli

* more changes
This commit is contained in:
Adil Hafeez 2024-10-09 16:22:27 -07:00 committed by GitHub
parent 1acf43ff7a
commit c254dfb16a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 94 additions and 73 deletions

View file

@ -48,7 +48,7 @@ source venv/bin/activate
### Step 3: Run the build script
```bash
sh build-cli.sh
sh build_cli.sh
```
### Step 4: build Arch
@ -56,6 +56,10 @@ sh build-cli.sh
archgw build
```
## Step 5: start model server in the background
```
archgw up --services model_server
```
## Uninstall Instructions: archgw CLI
```bash