Fix 7z cmd

This commit is contained in:
ABelliqueux 2021-10-11 14:16:45 +02:00
parent 91417f12a7
commit 6564bb689d

View File

@ -70,7 +70,7 @@ git clone https://github.com/ABelliqueux/nolibgs_hello_worlds.git --recursive
```bash ```bash
cd nolibgs_hello_worlds cd nolibgs_hello_worlds
wget http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z wget http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z
7z x psyq-4.7-converted-full.7z 7z x psyq-4.7-converted-full.7z -o./psyq
``` ```
4. Try your setup : 4. Try your setup :
```bash ```bash