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