Skip to content

Commit

Permalink
Adding prebuilt releases to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dteare committed Feb 27, 2022
1 parent 961f034 commit 3d37b70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ This project uses the 1Password CLI to generate the identical metadata files to

![opbookmarks authorizing with 1Password 8](./images/opbookmarks.png)

## Building
## Build & install

For the time being there is no downloadable installation available. Instead, you will need to clone this repo and build it.

Built and tested with [Rust](https://www.rust-lang.org) 1.59.0.
You'll need [Rust](https://www.rust-lang.org) (at least 1.59.0) to build locally.

- `git clone`
- `cd opbookmarks`
- `cargo build --release`

The built executable can be found in `target/release/opbookmarks`.

You can find pre-built executables on the [releases page](https://github.com/dteare/opbookmarks/releases). To use these you will need to manually chmod u+x and remove the quarentine bit to make it work.

## Usage

You will need [1Password 8](http://1password.com/downloads/mac/#beta-downloads) as well as the [1Password CLI](https://developer.1password.com/docs/cli) installed.
Expand Down

0 comments on commit 3d37b70

Please sign in to comment.