revert install

This commit is contained in:
Franjo Mindek
2025-05-12 13:42:16 +02:00
parent 0b3e37909b
commit 6afc6fbacb

View File

@@ -26,6 +26,12 @@ If you're running the `patch.sh` or `diff.sh` scripts on Mac, you need to instal
- `gpatch`,
- and `diffutils`.
```sh
brew install coreutils # contains grealpath
brew install gpatch
brew install diffutils
```
Make sure not to commit `app/` to git. It is currently (until we resolve this) not added to .gitignore because that messes up diffing for us.
### Blog (blog/)