From 256831f3479461f75bb7e49fc29bc336a8287c20 Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Mon, 22 Jan 2018 11:58:26 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78593f7..d2474a8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Thanks! - install GIT - run following commands in `cmd` ``` -git clone https://github.com/nesbox/TIC-80 +git clone --recursive https://github.com/nesbox/TIC-80 ``` - open `TIC-80\build\windows\tic\tic.sln` and build - enjoy :) @@ -29,7 +29,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/TIC-80 +git clone --recursive https://github.com/nesbox/TIC-80 cd TIC-80 make linux ```