From 9d0982ecf63c34c9637d559e15c36b3656400651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aurimas=20Bachanovi=C4=8Dius?= Date: Tue, 13 Nov 2018 20:36:37 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1edea1b..2dd7726 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # snakery Snake game with SDL2 library in Go language -Preparing development environment: +To build it you will need sdl2 lib. +How to install there's an instruction: +https://github.com/veandco/go-sdl2#requirements + +To run build: ``` $ go get github.com/3auris/snakery $ cd $GOPATH/github.com/3auris/snakery +$ go get -d ./... $ go build $ ./snakery ```