mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-29 21:52:09 -07:00
actions: remove release pipeline
This commit is contained in:
@@ -31,6 +31,3 @@ vecdb = { workspace = true }
|
||||
[[bin]]
|
||||
name = "brk"
|
||||
path = "src/main.rs"
|
||||
|
||||
[package.metadata.dist]
|
||||
dist = true
|
||||
|
||||
@@ -30,6 +30,10 @@ Portable build (without native CPU optimizations):
|
||||
cargo install --locked brk_cli
|
||||
```
|
||||
|
||||
## Update
|
||||
|
||||
Updating is the same as installing: re-run the install command above. `cargo install` overwrites the existing binary in place. Indexed data is reused when the on-disk format is unchanged, otherwise it is reset and re-synced automatically on the next run.
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user