updated readme

patches had to be placed one directory further up
This commit is contained in:
jenz 2024-02-15 18:50:12 +01:00
parent 6d408f41a2
commit bdd98de1d7

View File

@ -36,7 +36,7 @@ cd src
git config user.name patches
git config user.email patches@localhost
git checkout e3af4457b8355fcf1814e6dfb6073a848b44a282
git am -3 --keep-cr ../../patches/*.patch
git am -3 --keep-cr ../../../patches/*.patch
cd ..
mkdir build && cd build