Skip to content

Commit

Permalink
Fix text in README
Browse files Browse the repository at this point in the history
  • Loading branch information
QuChen88 committed Mar 24, 2016
1 parent 7616ca0 commit 1270256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -21,7 +21,7 @@ To compile this package to generate the PHP Memcached extension, do the followin
Note: you can statically link the libmemcached library into the PHP binary so it can be ported across various Linux platforms. To do that, run the following command, otherwise proceed to "make"

> sed -i "s#-lmemcached#\<libmemcached build directory\>\/lib\/libmemcached.a -lcrypt -lpthread -lm -lstdc++ -lsasl2#" Makefile
> sed -i "s#-lmemcached#\<libmemcached build directory\>/lib/libmemcached.a -lcrypt -lpthread -lm -lstdc++ -lsasl2#" Makefile
> make
Expand Down

0 comments on commit 1270256

Please sign in to comment.