This commit is contained in:
callebtc
2022-09-17 09:35:38 +03:00
parent 5762eaac0f
commit be326fcd33

View File

@@ -36,6 +36,12 @@ pyenv local 3.9.13
poetry install
```
#### Update Cashu
To update Cashu to the newest version enter
```bash
git pull && poetry install
```
### Configuration
```bash
mv .env.example .env