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

Update install/build script from Homebrew

This commit is contained in:
Junegunn Choi
2015-01-13 23:46:38 +09:00
parent b8c4b35415
commit a3068a33d5
5 changed files with 49 additions and 18 deletions

View File

@@ -83,7 +83,7 @@ make install
make linux
# Build tarball for Homebrew release
make archive
make brew
```
Contribution