Skip to content

Commit 6ee4b47

Browse files
authored
Update README.md-install nutshell into nutshell dir
1 parent 0c40bbb commit 6ee4b47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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 Cashu Nutshell
9090
```bash
91-
# install cashu
92-
git clone https://github.com/cashubtc/nutshell.git cashu
93-
cd cashu
91+
# install nutshell
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)