Update setup commands.

This commit is contained in:
2025-10-04 08:26:12 -07:00
parent 88639ab7aa
commit 2abafb5699
2 changed files with 8 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ export PATH=$PATH:~/wild-cloud/bin
Install dependencies:
```bash
scripts/setup-utils.sh
scripts/install-wild-cloud-dependencies.sh
```
## Create your Wild Cloud Home
@@ -50,7 +50,7 @@ You can put it in any directory. Here we show an example if you want to make a d
```bash
mkdir -p ~/my-wild-cloud
cd ~/my-wild-cloud
wild-cloud-scaffold
wild-init
```
That's it! Your wild cloud operator machine is ready to go! Most of the rest of the instructions in this guide will assume you are working within this directory.