From 05b261200311af692c9f5cad0b24eb317cb3fe09 Mon Sep 17 00:00:00 2001 From: Onur Date: Wed, 1 Mar 2023 13:36:57 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ```