From 7c5c9f360874b21c73e0581934f598874273bd9f Mon Sep 17 00:00:00 2001 From: Maximillion <108075007+ferdiyalcin@users.noreply.github.com> Date: Fri, 4 Jul 2025 23:23:33 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55168f5..77ec85f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,12 @@ pip install -r requirements.txt cp wallet.json.example wallet.json ``` -3. open wallet.json and edit it (change placeholders to your wallet data): +3. open wallet.json + ```bash +nano wallet.json +``` + + and edit it (change placeholders to your wallet data): ```json { @@ -44,8 +49,9 @@ cp wallet.json.example wallet.json "rpc": "https://octra.network" } ``` +" CTRL X - CTRL Y - Enter " to exit. -3. run +4. run ```bash ./run.sh # on linux/mac