diff options
author | Pedro Melo <melo@simplicidade.org> | 2011-06-09 09:14:18 -0700 |
---|---|---|
committer | Pedro Melo <melo@simplicidade.org> | 2011-06-09 09:14:18 -0700 |
commit | b6c46d17a7cc5a59ae6f36fa3316fb495dae71b4 (patch) | |
tree | 3f05f4f5e6bff3082e7204c084316b875dfb183c /INSTALL | |
parent | db6cea11c4164423c318ec2a4ad1c42a273feaaf (diff) | |
download | redis-b6c46d17a7cc5a59ae6f36fa3316fb495dae71b4.tar.gz |
Small fix in the installation instructions
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ and all the binaries will be installed on /usr/local/bin. Alternatively: - make PREFIX=/some/other/directory + make PREFIX=/some/other/directory install to have the binaries in /some/other/directory/bin. |