From d19e0582def61a4b082f2c4aa7a3b2a3179c604e Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Wed, 10 Jan 2018 15:19:04 +0300 Subject: [PATCH] updated Linux build instr --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 831ab35..def9d63 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Thanks! - install GIT - run following commands in `cmd` ``` -mkdir tic -cd tic git clone https://github.com/nesbox/3rd-party git clone https://github.com/nesbox/TIC-80 ``` @@ -32,6 +30,7 @@ made by [@matheuslessarodrigues](https://github.com/matheuslessarodrigues) run the following commands in the Terminal ``` sudo apt-get install git build-essential libgtk-3-dev libsdl2-dev lua5.3-dev zlib1g-dev +git clone https://github.com/nesbox/3rd-party git clone https://github.com/nesbox/TIC-80 cd TIC-80 make linux