Skip to content

Commit

Permalink
Update README.md-install nutshell into nutshell dir
Browse files Browse the repository at this point in the history
  • Loading branch information
findingsov authored Feb 26, 2025
1 parent 0c40bbb commit 6ee4b47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,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 <latest_tag>
pyenv local 3.10.4
poetry install
Expand Down

0 comments on commit 6ee4b47

Please sign in to comment.