We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c40bbb commit 6ee4b47Copy full SHA for 6ee4b47
README.md
@@ -86,11 +86,11 @@ curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
86
echo export PATH=\"$HOME/.local/bin:$PATH\" >> ~/.bashrc
87
source ~/.bashrc
88
```
89
-#### Poetry: Install Cashu
+#### Poetry: Install Cashu Nutshell
90
```bash
91
-# install cashu
92
-git clone https://github.com/cashubtc/nutshell.git cashu
93
-cd cashu
+# install nutshell
+git clone https://github.com/cashubtc/nutshell.git nutshell
+cd nutshell
94
git checkout <latest_tag>
95
pyenv local 3.10.4
96
poetry install
0 commit comments