1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

docs(): add instructions for mac apps (#688)

This commit is contained in:
Mike Hartington 2017-07-28 12:02:05 -04:00 committed by Joe Wilm
parent f3e0c8609f
commit 11e67d9034

View file

@ -186,6 +186,13 @@ sudo cp target/release/alacritty /usr/local/bin # or anywhere else in $PATH
cp Alacritty.desktop ~/.local/share/applications
```
To build an application for macOS, run
```sh
make app
cp -r target/release/osx/Alacritty.app /Applications/Alacritty.app
```
## Configuration
Although it's possible the default configuration would work on your system,