Skip to content

Commit 9d8a0af

Browse files
authored
doc: Shorten installation section
1 parent da9b585 commit 9d8a0af

File tree

1 file changed

+3
-85
lines changed

1 file changed

+3
-85
lines changed

README.md

Lines changed: 3 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -56,97 +56,15 @@ nature of the data. Yet, we've attempted to make the experience as similar as po
5656
| **Jira** | <a href="#"><img alt="Jira Cloud" src="https://img.shields.io/badge/Jira Cloud-%E2%9C%93-dark--green?logo=jira&style=flat-square" /></a><a href="#"><img alt="Jira Server" src="https://img.shields.io/badge/Jira Server-%E2%9C%93-dark--green?logo=jira&style=flat-square" /></a> |
5757

5858
## Installation
59-
`jira-cli` is available as a downloadable binary for Linux, macOS, and Windows from the [releases page](https://github.com/ankitpokhrel/jira-cli/releases).
59+
`jira-cli` is available as a downloadable packaged binary for Linux, macOS, and Windows from the [releases page](https://github.com/ankitpokhrel/jira-cli/releases).
6060

61-
#### Docker
62-
You can use the available docker image to run `jira-cli` inside a docker container.
61+
You can use Docker to quickly try out `jira-cli`.
6362

6463
```sh
6564
docker run -it --rm ghcr.io/ankitpokhrel/jira-cli:latest
6665
```
6766

68-
#### Homebrew
69-
70-
> Maintainer: [@ankitpokhrel](https://github.com/ankitpokhrel)
71-
72-
You can use Homebrew tap in macOS to install `jira-cli`.
73-
74-
```sh
75-
brew tap ankitpokhrel/jira-cli
76-
brew install jira-cli
77-
```
78-
79-
#### FreeBSD
80-
81-
> Maintainer: [@fraggerfox](https://github.com/fraggerfox)
82-
83-
You can install it from the ports tree using the following command
84-
85-
```sh
86-
cd /usr/ports/www/jira-cli/ && make install clean
87-
```
88-
89-
or directly from the binary package repository using the command
90-
91-
``` sh
92-
pkg install jira-cli
93-
```
94-
95-
#### NetBSD
96-
97-
> Maintainer: [@fraggerfox](https://github.com/fraggerfox)
98-
99-
You can install it from pkgsrc using the following command
100-
101-
```sh
102-
cd /usr/pkgsrc/www/jira-cli/ && make install clean
103-
```
104-
105-
or directly from the binary package repository using the command
106-
107-
``` sh
108-
pkgin install jira-cli
109-
```
110-
111-
#### Nix
112-
113-
> Maintainer: [@bryanasdev000](https://github.com/bryanasdev000) and [@anthonyroussel](https://github.com/anthonyroussel)
114-
115-
You can use Nix to run `jira-cli`.
116-
117-
```sh
118-
nix-shell -p jira-cli-go
119-
```
120-
121-
You can also use Nix to imperatively install `jira-cli`.
122-
123-
```sh
124-
nix-env -f '<nixpkgs>' -iA jira-cli-go
125-
```
126-
127-
Alternatively, you can install it the declarative way in NixOS with `environment.systemPackages`/`users.users.<name>.packages` or with Home Manager in any Linux distro with `home.packages`.
128-
129-
### Scoop (Windows)
130-
131-
You can use Scoop to install `jira-cli`.
132-
133-
[Install Scoop via Powershell](https://scoop.sh/)
134-
135-
Then install `jira-cli` itself:
136-
137-
```
138-
scoop bucket add extras
139-
scoop install jira-cli
140-
```
141-
142-
#### Manual
143-
You can also install the runnable binary to your `$GOPATH/bin` (go1.16+).
144-
145-
```sh
146-
go install github.com/ankitpokhrel/jira-cli/cmd/jira@latest
147-
```
148-
149-
See [releases page](https://github.com/ankitpokhrel/jira-cli/releases) for downloadable packaged binaries.
67+
Follow the [installation guide](https://github.com/ankitpokhrel/jira-cli/wiki/Installation) for other installation methods like `Homebrew`, `Nix`, etc.
15068

15169
## Getting started
15270

0 commit comments

Comments
 (0)