Skip to content

Commit

Permalink
Make Mac app installation steps idempotent (#1015)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
Paul Alvarez authored and jwilm committed Jan 10, 2018
1 parent 02953c2 commit 632ef0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 632ef0d

Please sign in to comment.