twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
274 stars 89 forks source link

Quick install instruction has a error #103

Closed gisman closed 2 years ago

gisman commented 2 years ago

$ make $ cd ..

would be change the order like below...

$ cd .. $ make