Make Mac app installation steps idempotent (#1015)

Repeated uses of `cp -r target/release/osx/Alacritty.app
  /Applications/Alacritty.app` will result in copying Alacritty.app to
  `/Applications/Alacritty.app/Alacritty.app`.
This commit is contained in:
Paul Alvarez 2018-01-10 11:54:34 -05:00 committed by Joe Wilm
parent 02953c2812
commit 632ef0df7f
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ To build an application for macOS, run
```sh
make app
cp -r target/release/osx/Alacritty.app /Applications/Alacritty.app
cp -r target/release/osx/Alacritty.app /Applications/
```
## Configuration