m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

make archive for homebrew release

This commit is contained in:
Junegunn Choi
2015-01-13 12:29:12 +09:00
parent 209a6d36ad
commit b8c4b35415
3 changed files with 22 additions and 5 deletions

View File

@@ -81,6 +81,9 @@ make install
# Build executables and tarballs for Linux using Docker
make linux
# Build tarball for Homebrew release
make archive
```
Contribution