4 Commits

Author SHA1 Message Date
9ea1990f3c Update README.md 2023-08-05 15:11:32 -07:00
8d39b290fa Update README.md 2023-08-05 14:01:04 -07:00
22935957e2 Updated README 2023-08-05 10:14:20 -07:00
2e39bbd524 Updated TODO 2023-08-05 10:10:40 -07:00
2 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@ Binary will be in `target/release/daisy`
# 📹 Screenshot # 📹 Screenshot
![](https://betalupi.com/static/git/daisy.png) ![Screenshot](https://github.com/rm-dr/daisy/assets/96270320/cc71887a-0fde-46b2-a13b-96b05098b158)
# 🛠️ Features # 🛠️ Features
- Open-source - Open-source

View File

@ -3,7 +3,8 @@
- run cargo test - run cargo test
- commit - commit
- git tag -a v1.0.0 -m "Version 1.0.0" - git tag -a v1.0.0 -m "Version 1.0.0"
- push - git push
- git push origin v1.0.0
- cargo publish - cargo publish
- Update packages - Update packages