24 lines
285 B
Markdown
24 lines
285 B
Markdown
# Setting Up Your Wild-cloud
|
|
|
|
Install dependencies:
|
|
|
|
```bash
|
|
scripts/setup-utils.sh
|
|
```
|
|
|
|
Add the `bin` directory to your path.
|
|
|
|
Initialize a personal wild-cloud in any empty directory, for example:
|
|
|
|
```bash
|
|
cd ~
|
|
mkdir ~/my-wild-cloud
|
|
cd my-wild-cloud
|
|
```
|
|
|
|
Run:
|
|
|
|
```bash
|
|
wild-setup
|
|
```
|