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

Build i386 binary as well

This commit is contained in:
Junegunn Choi
2015-01-06 02:04:06 +09:00
parent ee2ee02599
commit 3e6c950e12
7 changed files with 133 additions and 69 deletions

View File

@@ -22,8 +22,8 @@ make
# Install the executable to ../bin directory
make install
# Build executable for Linux x86_64 using Docker
make linux64
# Build executables for Linux using Docker
make linux
```
System requirements