refactor: change MAKESHIFT_SERVER_ROOT to MAKESHIFT_ROOT

This commit is contained in:
David Allen 2025-08-29 19:39:09 -06:00
parent 036bda61b9
commit a4d1de9a51
Signed by: towk
GPG key ID: 0430CDBE22619155
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ Here are some of the common commands you may want to try right off the bat (asid
```bash
export MAKESHIFT_HOST=localhost
export MAKESHIFT_PATH=/test
export MAKESHIFT_SERVER_ROOT=./test
export MAKESHIFT_ROOT=./test
```
Start the server. The `--init` flag with create the default files and directory to get started at the `--root` path.