Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 3f651d2

Browse files
Remove 'rm -r' from directions
1 parent 5eeb5fb commit 3f651d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

INSTALL.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ cd phpredis
1919
phpize
2020
./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd]
2121
make && make install
22-
cd .. && rm -r phpredis
2322
~~~
2423

2524
If you would like phpredis to serialize your data using the igbinary library, run configure with `--enable-redis-igbinary`.

0 commit comments

Comments
 (0)