Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 authored Nov 8, 2023
1 parent 32f586a commit 9b96337
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ The `AESEncryptionProvider` of `EncryptionFileSystem` is an encryption plugin fo
## Build
Download the RocksDB code from the official repository. Currently, version 8.5.3 is used as the benchmark for testing.

```
git clone --depth 1 --branch v8.5.3 https://github.com/facebook/rocksdb.git
The code first needs to be linked under RocksDB's "plugin/" directory. In your RocksDB directory, run:
```

The code first needs to be linked under RocksDB's `plugin/` directory. In your RocksDB directory, run:

```
$ pushd ./plugin/
Expand Down

0 comments on commit 9b96337

Please sign in to comment.