restructuring

This commit is contained in:
lyx0 2023-05-06 16:31:21 +02:00
parent 1e59a7fedb
commit cafcd58173
2 changed files with 1 additions and 1 deletions

View file

@ -4,4 +4,4 @@ cup:
sudo docker compose up sudo docker compose up
xd: xd:
go build -o ./bin/${BINARY_NAME} && ./bin/${BINARY_NAME} cd cmd/nourybot && go build -o ${BINARY_NAME} && ./${BINARY_NAME}