From a13d07713299d49a6838b9257369e6085aa39fb6 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 11 Sep 2022 17:20:55 +0300 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6e66bc..1554c7f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ pyenv install 3.9.13 # install poetry curl -sSL https://install.python-poetry.org | python3 - +echo export PATH="$HOME/.local/bin:$PATH" >> .bashrc +source .bashrc # install cashu cd cashu