Update build instructions to include installing unzip

This commit is contained in:
James Lambert 2023-05-11 08:07:24 -06:00
parent 3fe76c2d30
commit 2a0969abd0

View file

@ -39,7 +39,7 @@ Install `vtf2png`, `sfz2n64`, and setup `skeletool64`.
echo "deb [trusted=yes] https://lambertjamesd.github.io/apt/ ./" \
| sudo tee /etc/apt/sources.list.d/lambertjamesd.list
sudo apt update
sudo apt install vtf2png sfz2n64 mpg123 sox imagemagick
sudo apt install vtf2png sfz2n64 mpg123 sox imagemagick unzip
```
<br />