From 201a1e6f3ecd85fa98405931de3b54907d1509cf Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Fri, 19 Jun 2020 09:32:42 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1480c7..adadb92 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Use the tuto from http://furrtek.free.fr/?a=gbasm as material for training in gb dev. +`chmod +x ./make-gb.sh` pour rendre executable le script. `./make-gb.sh test.s` to compile, with WLA-DX installed. (https://aur.archlinux.org/packages/wla_dx/) then `visualboyadvance-m test.s.gb` to launch, with vbam-wx installed.