Skip to content

Commit f809d02

Browse files
committed
docs: update README to use new --flag syntax for installer options
1 parent bfe96eb commit f809d02

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,21 @@ cd aup-learning-cloud
6060
sudo ./auplc-installer install
6161
```
6262
After installation completes, open http://localhost:30890 in your browser. No login credentials are required - you will be automatically logged in.
63-
The installer uses **Docker as the default container runtime** (`K3S_USE_DOCKER=1`), see more at [link](https://amdresearch.github.io/aup-learning-cloud/installation/single-node.html#runtime-and-mirror-configuration)
6463

64+
Common options:
65+
```bash
66+
sudo ./auplc-installer install --gpu=strix-halo # specify GPU type
67+
sudo ./auplc-installer install --docker=0 # use containerd instead of Docker
68+
sudo ./auplc-installer install --mirror=mirror.example.com # use registry mirror
69+
```
70+
71+
See more at [link](https://amdresearch.github.io/aup-learning-cloud/installation/single-node.html#runtime-and-mirror-configuration)
6572

6673
### Uninstall
6774
```bash
6875
sudo ./auplc-installer uninstall
6976
```
7077

71-
> **💡 Tip**: For mirror configuration (registries, PyPI, npm), see [Mirror Configuration](deploy/README.md#mirror-configuration).
72-
7378
## Cluster Installation
7479
For multi-node cluster installation or need more control over the deployment process:
7580

0 commit comments

Comments
 (0)