Updated Compile on Arch based distro (exclude Asahi) (markdown)

sommermoregentraum 2024-01-25 22:38:04 +08:00
parent 7577f3dd7d
commit 0d84a5cc5b

@ -49,8 +49,8 @@ git submodule update --init --recursive
# 4. Give permission to the repo directory in your local and compile it
```
sudo chown -R my_user:my_usergroup ~/portapack-mayhem
cd ~/portapack-mayhem
sudo chown -R my_user:my_usergroup ~/mayhem-firmware
cd ~/mayhem-firmware
mkdir build
cd build
cmake ..