docs: remove version.txt update step from development instructions

This commit is contained in:
Admin9705
2025-05-24 18:48:05 -04:00
parent cb7fcd9ad9
commit c9bc3163ef
+1 -1
View File
@@ -5,7 +5,7 @@ This document serves as a constant reminder and reference for common development
## 🚀 Version Update Workflow
**When making changes:**
1. Update `/version.txt` with new version number
2. **ALWAYS rebuild and test with this command:**
```bash
cd /Users/home/Huntarr/Huntarr.io && docker-compose down && COMPOSE_BAKE=true docker-compose up -d --build