Update README.md

Updated the readme, minor rephrasing.
This commit is contained in:
Joseph 2023-11-29 12:11:34 -05:00 committed by GitHub
parent 79a6218abf
commit 5af78d9715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ sudo apt install vtf2png sfz2n64 mpg123 sox imagemagick unzip ffmpeg
<br />
Install lua5.4 (remove other perhaps installed versions first, skelatool64 needs to be build with luac 5.4!)
Install lua5.4 (You may need to remove other installed versions first, skelatool64 needs to be built with luac 5.4!)
```sh
sudo apt install lua5.4 liblua5.4-dev liblua5.4-0
@ -104,6 +104,14 @@ sudo apt install nodejs
```
<br />
Clone the Portal64 repo or downloade the zip.
```sh
sudo apt install git
sudo apt upgrade
git clone https://github.com/lambertjamesd/portal64.git
cd portal64
```
You then need to add the following files from where Portal is installed to the folder `vpk/` OR create a symbolic link to the `Portal` folder there (see [vpk/add_vpk_here.md](./vpk/add_vpk_here.md) for more details!).
You can add multiple languages if desired.