diff --git a/README.md b/README.md index ccba104..46bd2ec 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,16 @@ A client side network protocol implementation of the game teeworlds. WORK IN PROGRESS +## run client + +``` +go build +./teeworlds +``` ## tests ``` -go test +go test ./... ```