Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit f770d33

Browse files
authored
Merge pull request #31 from ssiyad/master AUR Support
add: aur packages
2 parents ae389ad + 9619b83 commit f770d33

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,25 @@ $ sudo make install
2828

2929
### From Binary
3030

31-
- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli/releases) page
31+
- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli/releases) page
3232
**Supports**
3333
- Linux(x64,x86)
3434
- Mac(x64)
3535
- Windows(x64,x86)
3636

3737
> **IMPORTANT: Not tested on Windows, please leave your feedback/bugs in the Issues section**
3838
39+
### Arch GNU/Linux
40+
41+
- You can install from [AUR](https://aur.archlinux.org/)
42+
- There are three different packages available
43+
44+
Name | Link | Description
45+
------------- | ------------------------------------------------- | -----------------------------
46+
hopp-cli-bin | https://aur.archlinux.org/packages/hopp-cli-bin/ | Pre-built binary
47+
hopp-cli | https://aur.archlinux.org/packages/hopp-cli/ | Compiled from latest release
48+
hopp-cli-git | https://aur.archlinux.org/packages/hopp-cli-git/ | Compiled from latest commit
49+
3950
### Homebrew
4051

4152
Install by `brew install athul/tap/hopp-cli`
@@ -68,14 +79,14 @@ $ hopp-cli post https://reqres.in/api/users/2 -c js -b '{"name": "morp","job": "
6879

6980
> The output will only be the `statuscode`
7081
71-
Example : `hopp-cli send <PATH to hoppscotch collection.json>`
82+
Example : `hopp-cli send <PATH to hoppscotch collection.json>`
7283

7384
Sample Output:
7485
![](/assets/send.png)
7586

7687
---
7788

78-
**GEN**: Gen command Generates the API Documentation from `hoppscotch-collection.json` file and serves it as a Static Page on port `1341`
89+
**GEN**: Gen command Generates the API Documentation from `hoppscotch-collection.json` file and serves it as a Static Page on port `1341`
7990
Example: `hopp-cli gen <PATH to hoppscotch collection.json>`
8091

8192
Sample Hosted site: https://hopp-docsify.surge.sh/
@@ -103,7 +114,7 @@ _(optional)_
103114

104115
> Enclose the body in Single Quotes(\')
105116
106-
**Content Types can be of**
117+
**Content Types can be of**
107118

108119
|Short Code|Content Type|
109120
|:---:|:---:|

0 commit comments

Comments
 (0)