more clear example for average setup

This commit is contained in:
sjw 2021-03-28 10:09:54 -05:00
parent 1181f6ba14
commit 14a15fd64f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Example :
```bash ```bash
$ git clone https://git.mentality.rip/sjw/MovieNight.git $ git clone https://git.mentality.rip/sjw/MovieNight.git
$ cd MovieNight $ cd MovieNight
$ make TARGET=windows ARCH=386 $ make TARGET=linux ARCH=amd64
$ ./MovieNight $ ./MovieNight
``` ```