Skip to content

Commit

Permalink
docs: update install instruction with nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
nydragon committed May 29, 2024
1 parent cb53e9c commit e67c2f4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,23 @@ This programs makes use of x-scheme-handler to open the program that is currentl

# Example installation

## Using cargo
### Using cargo

### From crates.io
#### From crates.io

Execute `cargo install rofi-obsidian`

### From source
#### From source

Clone the repository and execute `cargo install`

## Manually
### Using Nix Flakes

```sh
nix profile install github:Nydragon/rofi-obsidian
```

### Manually

Either add the binary to your $PATH environment variable or move it into the $XDG_CONFIG_HOME/rofi/scripts folder.

Expand Down

0 comments on commit e67c2f4

Please sign in to comment.