From cad017c9c7952ea95cc03e2bc73db2dac67ca484 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Sat, 18 Jun 2022 14:33:39 +0200 Subject: [PATCH] replace backslashes with forwardslashes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d5264b58..b253147c 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ For the [virtualenv](https://virtualenv.pypa.io/en/latest/) users, you can creat ```cmd pip3 install virtualenv virtualenv venv -.\venv\Scripts\activate +./venv/Scripts/activate ``` and install the dependencies: @@ -471,23 +471,23 @@ pip3 install -r requirements.txt Run one of the following command to enter the interactive CLI: ```cmd -python .\staking_deposit\deposit.py new-mnemonic +python ./staking_deposit/deposit.py new-mnemonic ``` or ```cmd -python .\staking_deposit\deposit.py existing-mnemonic +python ./staking_deposit/deposit.py existing-mnemonic ``` You can also run the tool with optional arguments: ```cmd -python .\staking_deposit\deposit.py new-mnemonic --num_validators= --mnemonic_language=english --chain= --folder= +python ./staking_deposit/deposit.py new-mnemonic --num_validators= --mnemonic_language=english --chain= --folder= ``` ```cmd -python .\staking_deposit\deposit.pyexisting-mnemonic --num_validators= --validator_start_index= --chain= --folder= +python ./staking_deposit/deposit.pyexisting-mnemonic --num_validators= --validator_start_index= --chain= --folder= ``` ###### Language Argument