Skip to content

Commit d30aa65

Browse files
Merge pull request #680 from vishnoianil/update-doc-deploy
Update installer doc with the new --deploy flag
2 parents e23b256 + c587b83 commit d30aa65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

installers/podman/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ Once the ilab is set up, run `ilab-ui-native-installer.sh` with the username and
5050
./ilab-ui-native-installer.sh install --username admin --password passw0rd!
5151
```
5252

53+
If you want to install the main branch of the UI project, use the following command
54+
55+
```bash
56+
./ilab-ui-native-installer.sh install --username admin --password passw0rd! --deploy main
57+
```
58+
5359
UI Installer does the following:
5460

5561
- Check if InstructLab is set up on the host.

0 commit comments

Comments
 (0)