README: add badges

This commit is contained in:
nym21
2025-03-15 17:51:54 +01:00
parent 7441011ae7
commit 07493ab0a6
4 changed files with 25 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ fn main() -> color_eyre::Result<()> {
let parser = Parser::new(bitcoin_dir.join("blocks"), rpc);
let outputs = dot_brk_path().join("outputs");
let outputs = Path::new("../../_outputs");
let mut indexer = Indexer::new(outputs.join("indexed").to_owned(), true, true)?;