diff --git a/README.md b/README.md index 6c88302..c550dba 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,15 @@ Check `init.py` bootstrapping script and update/add any configuration you want. ### Usage -- Simple kickstart +- First, initialize `~/.nucleus` (make sure nucleusd is installed befoer executing this) ```sh - # First, initialize `~/.nucleus` (make sure nucleusd is installed befoer executing this) python3 init.py # or for linux and macos users ./init.py - + ``` + +- Simple kickstart + ```sh nucleusd start ```