Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed Mar 1, 2024
1 parent 7417846 commit aad98f2
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,27 @@
- Create cards same way you would using the web client
- Client-side request caching

## Setup
## Install

### Manual install
<details>
<summary>Using Nix</summary>
Install using profiles:

```bash
nix profile install github:platogo/zube-cli
```
</details>

<details>
<summary>Using Homebrew</summary>

```bash
brew install platogo/tap/zube-cli
```
</details>

<details>
<summary>Manually</summary>
Make sure you have `go` and `make` installed, then run

```bash
Expand All @@ -27,15 +44,7 @@ Optionally install ZSH completions with:
```bash
make completions.zsh
```

### With Nix

Clone this repository and run

```bash
nix-build
nix profile install ./result
```
</details>

### Configuration

Expand Down

0 comments on commit aad98f2

Please sign in to comment.