Skip to content

Commit 988d432

Browse files
authored
Update installation instructions in README
Added instructions for copying example configuration files.
1 parent 547910d commit 988d432

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ BSimVis uses a custom database because Ghidra's BSim databases don't store decom
7676

7777
# Installation
7878

79+
Copy the example configuration files and customize them:
80+
81+
```bash
82+
cp .env.example .env
83+
cp bsimvis_config.toml.example bsimvis_config.toml
84+
```
85+
7986
Run the install script to set up portable Redis, Kvrocks, and optionally Ghidra:
8087

8188
```bash

0 commit comments

Comments
 (0)