stylish readme

This commit is contained in:
XenGi 2024-01-22 13:10:30 +01:00
parent 8881505d57
commit ce6e8ecf21
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
3 changed files with 42 additions and 9 deletions

View file

@ -10,7 +10,7 @@ mpd: ## Run mpd test instance
mpd --no-daemon ./mpd.conf
run: build ## Run project
./server
./${PROJECT}
build: ## Compile project
go build -v -o ${PROJECT}