Skip to content

Commit

Permalink
chore: add rocksdb to wf and reads
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Nov 14, 2023
1 parent b090306 commit 9b5de8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install rocksdb
run: sudo apt-get install librocksdb-dev

- name: Run all make stuff
run: make all
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ All the commands needed to do the following can be done with make:
4. Create a keystore
5. Fund that keystore

> Note: You will need to have docker / docker-compose installed
> Dependencies:
> docker / docker-compose
> rocksdb -> `brew install rocksdb` (macOS) or `sudo apt-get install librocksdb-dev` (Ubuntu)
One click:

Expand Down

0 comments on commit 9b5de8b

Please sign in to comment.