Add checkout latest tag (#465)

This commit is contained in:
callebtc
2024-03-03 12:20:59 +01:00
committed by GitHub
parent 29be002495
commit 72573865ad

View File

@@ -78,6 +78,7 @@ source ~/.bashrc
# install cashu
git clone https://github.com/cashubtc/nutshell.git cashu
cd cashu
git checkout <latest_tag>
pyenv local 3.10.4
poetry install
```