diff --git a/README.md b/README.md index 75a75a9..089fa0c 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ up to you, its just a python package after all. ```bash # Create the folder you want blockperf to live in # cd into it and clone the repo -mkdir -p /opt/blockperf -cd /opt/blockperf -git clone git@github.com:cardano-foundation/blockperf.git . +mkdir -p ~/blockperf +cd ~/blockperf +git clone https://github.com/cardano-foundation/blockperf.git . # Create a venv and activate it. python3 -m venv .venv @@ -80,14 +80,6 @@ blockperf --help > blockperf. See docs if you are new to virtual environments: > -**Test your installation** - -```bash -# Remember to activate the virtual environment if not in the same shell as above -# source .venv/bin/activate -blockperf run -``` - ## Configuration of blockperf To configure blockperf configure the following environment variables @@ -140,6 +132,16 @@ KillSignal=SIGINT SyslogIdentifier=blockperf TimeoutStopSec=5 ``` +## Run Blockperf + +Once you have configured the environment variables you should be able to +run blockperf. + +```bash +# Remember to activate the virtual environment if not in the same shell as above +# source .venv/bin/activate +blockperf run +``` ## Development