Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
Some updates to the install docs while assisting some new contributors with installation.
  • Loading branch information
lhearachel authored Jan 17, 2025
1 parent 9299eb7 commit 189877a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ the repository](#2-downloading-the-repository).
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo apt update
sudo apt install --install-recommends winehq-stable
sudo apt install --install-recommends wine-stable
```
2. Install the following packages via `apt`:
Expand Down Expand Up @@ -319,10 +319,11 @@ in the lower right corner.
### Unix Systems
Export the environment variable as above to your terminal profile:
Export the environment variable as above to your terminal profile. To do so, run the
following commands from the root of your repository:
```bash
echo 'export LM_LICENSE_FILE="/path/to/pokeplatinum/tools/cw/license.dat"' >> ~/.bashrc
echo "export LM_LICENSE_FILE=\"$(pwd)/tools/cw/license.dat\"" >> ~/.bashrc
source ~/.bashrc
```
Expand Down

0 comments on commit 189877a

Please sign in to comment.