Skip to content

Commit aad98f2

Browse files
author
Daniils Petrovs
committed
Update README
1 parent 7417846 commit aad98f2

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

+20-11
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,27 @@
1111
- Create cards same way you would using the web client
1212
- Client-side request caching
1313

14-
## Setup
14+
## Install
1515

16-
### Manual install
16+
<details>
17+
<summary>Using Nix</summary>
18+
Install using profiles:
1719

20+
```bash
21+
nix profile install github:platogo/zube-cli
22+
```
23+
</details>
24+
25+
<details>
26+
<summary>Using Homebrew</summary>
27+
28+
```bash
29+
brew install platogo/tap/zube-cli
30+
```
31+
</details>
32+
33+
<details>
34+
<summary>Manually</summary>
1835
Make sure you have `go` and `make` installed, then run
1936

2037
```bash
@@ -27,15 +44,7 @@ Optionally install ZSH completions with:
2744
```bash
2845
make completions.zsh
2946
```
30-
31-
### With Nix
32-
33-
Clone this repository and run
34-
35-
```bash
36-
nix-build
37-
nix profile install ./result
38-
```
47+
</details>
3948

4049
### Configuration
4150

0 commit comments

Comments
 (0)