Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isosphere authored Feb 5, 2024
1 parent 2265241 commit 1c8060e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ partiular problem about "finding blocks" is, with the benefit of seeing how othe

I think it's a fantastic way to leverage open source to make more open source, personally!

# Installation

Until I can learn how to use GitHub actions to produce release binaries, you'll have to compile your own. Luckily this is usually very easy to do with rust.

1. Install [Rust](https://www.rust-lang.org/tools/install)
2. Clone this repo
3. Run `cargo build --release` to create releae binaries for the project

# Usage
```
Usage: logseq-plugin-collector.exe [OPTIONS] --destination <DESTINATION>
Options:
-d, --destination <DESTINATION> The destination (directory) to write the output to
-c, --create-destination If true, the destination will be created if not found
-h, --help Print help
-V, --version Print version
```


# Size

As of this writing, the cloned set size is approximately 3.6 GB.

0 comments on commit 1c8060e

Please sign in to comment.