From aa29cc12895eda15eb3ead0148c2015601405952 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Wed, 16 Dec 2015 16:27:37 +0100 Subject: [PATCH] Improve examples/README.md --- examples/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index b07b3903a..f4ba2384b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1 +1,2 @@ -Compile RocksDB first by executing `make static_lib` in parent dir +1. Compile RocksDB first by executing `make static_lib` in parent dir +2. Compile all examples: `cd examples/; make all`