You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,29 @@ The goal is to improve adoption of Linear.app by devs who have a heavy terminal-
8
8
This allows for devs to quickly create issues for new tasks they may be starting work on, and also automatically create a new local git branch for the linear issue (and switch into it).
9
9
This also provides an easy way to switch to git branch for a linear issue.
10
10
11
+
### Installation
12
+
13
+
- Grab pre-built binary from [here](https://github.com/pvik/linear-cli/releases).
14
+
- Extract the archive
15
+
16
+
##### OSX
17
+
18
+
- Copy the binary to a location that's included in your `$PATH`
19
+
- If you're using homebrew, you can copy the binary to `/opt/homebrew/bin/`
20
+
- OSX requires binaries to be signed, to do this, run the following in your terminal:
0 commit comments