diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-01-07 00:24:05 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-01-07 00:24:05 +0900 |
| commit | b277f5ae6fe9b263410945796263aa52d95d4ab5 (patch) | |
| tree | 589070ca8340c9dd2be7e8b0906d0a2ca178f991 /src/README.md | |
| parent | 6109a0fe4442007cb3cd3df53730f74418ceaf37 (diff) | |
| download | fzf-b277f5ae6fe9b263410945796263aa52d95d4ab5.tar.gz | |
Fix i386 build
Diffstat (limited to 'src/README.md')
| -rw-r--r-- | src/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/README.md b/src/README.md index 70b2c1d1..06b915a2 100644 --- a/src/README.md +++ b/src/README.md @@ -29,10 +29,9 @@ make linux System requirements ------------------- -Currently prebuilt binaries are provided only for 64 bit OS X and Linux. -The install script will fall back to the legacy Ruby version on the other -systems, but if you have Go installed, you can try building it yourself. -(`make install`) +Currently prebuilt binaries are provided only for OS X and Linux. The install +script will fall back to the legacy Ruby version on the other systems, but if +you have Go installed, you can try building it yourself. (`make install`) However, as pointed out in [golang.org/doc/install][req], the Go version will not run on CentOS/RHEL 5.x and thus the install script will choose the Ruby |
