From 8555c020d4044f109fe738c9c75a45e6977b92aa Mon Sep 17 00:00:00 2001 From: findingsov <113792100+findingsov@users.noreply.github.com> Date: Wed, 5 Mar 2025 08:35:05 -0500 Subject: [PATCH] Update README.md-install nutshell into nutshell dir (#713) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65bb51a..e247a5f 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5 echo export PATH=\"$HOME/.local/bin:$PATH\" >> ~/.bashrc source ~/.bashrc ``` -#### Poetry: Install Cashu +#### Poetry: Install Cashu Nutshell ```bash -# install cashu -git clone https://github.com/cashubtc/nutshell.git cashu -cd cashu +# install nutshell +git clone https://github.com/cashubtc/nutshell.git nutshell +cd nutshell git checkout pyenv local 3.10.4 poetry install