Merge pull request #517 from Jgoodwin64/Jgoodwin64-UpdateReadme

Update README.md
This commit is contained in:
lambertjamesd 2023-11-29 19:45:35 -07:00 committed by GitHub
commit 3e1347aae9
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 /> <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 ```sh
sudo apt install lua5.4 liblua5.4-dev liblua5.4-0 sudo apt install lua5.4 liblua5.4-dev liblua5.4-0
@ -104,6 +104,13 @@ sudo apt install nodejs
``` ```
<br /> <br />
Clone the Portal64 repo or download the zip.
```sh
sudo apt install git
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 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. You can add multiple languages if desired.