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:
parent
f3e0c8609f
commit
11e67d9034
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue