Update README.md
This commit is contained in:
parent
a399385c24
commit
256831f347
|
@ -16,7 +16,7 @@ Thanks!
|
||||||
- install GIT
|
- install GIT
|
||||||
- run following commands in `cmd`
|
- 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
|
- open `TIC-80\build\windows\tic\tic.sln` and build
|
||||||
- enjoy :)
|
- enjoy :)
|
||||||
|
@ -29,7 +29,7 @@ made by [@matheuslessarodrigues](https://github.com/matheuslessarodrigues)
|
||||||
run the following commands in the Terminal
|
run the following commands in the Terminal
|
||||||
```
|
```
|
||||||
sudo apt-get install git build-essential libgtk-3-dev libsdl2-dev lua5.3-dev zlib1g-dev
|
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
|
cd TIC-80
|
||||||
make linux
|
make linux
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue