Skip to content

Commit 25a9758

Browse files
authored
Update README.md - use nutshell directory for mint
Change the Nutshell install to clone to nutshell directory and change to nutshell directory.
1 parent 0c40bbb commit 25a9758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
8686
echo export PATH=\"$HOME/.local/bin:$PATH\" >> ~/.bashrc
8787
source ~/.bashrc
8888
```
89-
#### Poetry: Install Cashu
89+
#### Poetry: Install Nutshell
9090
```bash
9191
# install cashu
92-
git clone https://github.com/cashubtc/nutshell.git cashu
93-
cd cashu
92+
git clone https://github.com/cashubtc/nutshell.git nutshell
93+
cd nutshell
9494
git checkout <latest_tag>
9595
pyenv local 3.10.4
9696
poetry install

0 commit comments

Comments
 (0)