docs: open tools container before running the configure script

This commit is contained in:
Khue Doan
2022-03-14 22:59:14 +07:00
parent 7a42f4b377
commit 64c92a5dac

View File

@ -22,6 +22,12 @@ git checkout dev
## Run the configure script
Open the tools container if you haven't already:
```sh
make tools
```
Run the following script to configure the homelab:
```sh