File tree 1 file changed +20
-11
lines changed
1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change 11
11
- Create cards same way you would using the web client
12
12
- Client-side request caching
13
13
14
- ## Setup
14
+ ## Install
15
15
16
- ### Manual install
16
+ <details >
17
+ <summary >Using Nix</summary >
18
+ Install using profiles:
17
19
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 >
18
35
Make sure you have ` go ` and ` make ` installed, then run
19
36
20
37
``` bash
@@ -27,15 +44,7 @@ Optionally install ZSH completions with:
27
44
``` bash
28
45
make completions.zsh
29
46
```
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 >
39
48
40
49
### Configuration
41
50
You can’t perform that action at this time.
0 commit comments