Optimized install and deinstall with Makefile

This commit is contained in:
Kevin Veen-Birkenbach
2025-03-13 22:44:54 +01:00
parent 40c232f4a3
commit 22a2643a26
4 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
## Features 🚀
- **Installation & Setup:**
Create executable wrappers with auto-detected commands (e.g. `main.sh` or `main.py`) and optional setup/teardown commands.
Create executable wrappers with auto-detected commands (e.g. `main.sh` or `main.py`).
- **Git Operations:**
Easily perform `git pull`, `push`, `status`, `commit`, `diff`, `add`, `show`, and `checkout` with extra parameters passed through.