Skip to content

Commit 386f7a8

Browse files
committed
Add debian installation instructions.
1 parent 60f043e commit 386f7a8

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,19 @@ That's exactly what `git-req` does.
3232
Installation
3333
------------
3434

35-
1. [Download the binary for your operating system from the release page](https://github.com/arusahni/git-req/releases/latest).
36-
2. Decompress the archive.
37-
3. Place the `git-req` executable somewhere in your `$PATH`.
35+
1. Install it:
36+
* Homebrew (MacOS)
37+
1. `brew tap install arusahni/git-req`
38+
2. `brew install git-req`
39+
* AUR (Arch Linux)
40+
1. `yay -Sy git-req`
41+
* DEB (Debian / Ubuntu Linux)
42+
1. [Download the `*.deb` file from the release page](https://github.com/arusahni/git-req/releases/latest).
43+
2. `dpkg -i /path/to/file.deb`
44+
* Everyone else
45+
1. [Download the binary for your operating system from the release page](https://github.com/arusahni/git-req/releases/latest)
46+
2. Decompress the archive
47+
3. Place the `git-req` executable somewhere in your `$PATH`
3848

3949
The first time you run `git req <#>` it will prompt you for API credentials;
4050
use a Personal Access Token.

docs/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ <h2 class="subtitle is-uppercase">Getting started</h2>
7171
<li><code>yay -Sy git-req</code></li>
7272
</ol>
7373
</li>
74+
<li>Ubuntu/Debian package
75+
<ol>
76+
<li><a href="https://github.com/arusahni/git-req/releases/latest">Download the latest <code>*.deb</code> file from the release page.</a></li>
77+
<li><code>dpkg -i /path/to/file.deb</code></li>
78+
</ol>
79+
</li>
7480
<li>Everyone else...
7581
<ol>
7682
<li><a href="https://github.com/arusahni/git-req/releases/latest">Download the binary for your operating system from the release page.</a> At this time, only Linux and macOS are officially supported. Builds for other platforms are available, but untested.</li>

0 commit comments

Comments
 (0)