better example

This commit is contained in:
sjw 2021-03-28 10:07:04 -05:00
parent a652a6c3d3
commit 1181f6ba14
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ You have to :
- download `git clone https://github.com/zorchenhimer/MovieNight`, go into the source directory `cd MovieNight`;
- choose your `TARGET` oneof "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows";
- choose your `ARCH` oneof "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64";
- build `make TARGET=windows ARCH=386`;
- build `make TARGET=plan9 ARCH=arm64`;
- and run `./MovieNight`;
Example :