We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68395f commit 7f3d222Copy full SHA for 7f3d222
deploy/podman/native/README.md
@@ -11,7 +11,7 @@ Make a temporary directory and download the installer
11
mkdir instructlab-ui
12
cd instructlab-ui
13
14
-curl -fsSL https://raw.githubusercontent.com/instructlab/ui/refs/heads/main/installers/podman/ilab-ui-native-installer.sh
+curl -o ilab-ui-native-installer.sh -fsSL https://raw.githubusercontent.com/instructlab/ui/refs/heads/main/installers/podman/ilab-ui-native-installer.sh
15
```
16
17
Give execution permission to the install
0 commit comments