From a338bdbb853c37d4a127ae156da4e69850358683 Mon Sep 17 00:00:00 2001 From: Sabu Siyad Date: Sat, 23 Jan 2021 17:22:13 +0530 Subject: [PATCH 1/2] add: aur packages --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c4903bb..3f77b96 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,17 @@ $ sudo make install > **IMPORTANT: Not tested on Windows, please leave your feedback/bugs in the Issues section** +### Arch GNU/Linux + +- You can install from [AUR](https://aur.archlinux.org/) +- There are three different packages available + +Name | Link | Description +------------- | ------------------------------------------------- | ----------------------------- +hopp-cli-bin | https://aur.archlinux.org/packages/hopp-cli-bin/ | Pre-built binary +hopp-cli | https://aur.archlinux.org/packages/hopp-cli/ | Compiled from latest release +hopp-cli-git | https://aur.archlinux.org/packages/hopp-cli-get/ | Compiled from latest commit + ### Homebrew Install by `brew install athul/tap/hopp-cli` From 9619b83549200af1a2183bb93b6d4cff81e1c1cd Mon Sep 17 00:00:00 2001 From: Sabu Siyad Date: Sat, 23 Jan 2021 17:46:50 +0530 Subject: [PATCH 2/2] fix: typo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3f77b96..56dcb77 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $ sudo make install ### From Binary -- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli/releases) page +- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli/releases) page **Supports** - Linux(x64,x86) - Mac(x64) @@ -45,7 +45,7 @@ Name | Link | Description ------------- | ------------------------------------------------- | ----------------------------- hopp-cli-bin | https://aur.archlinux.org/packages/hopp-cli-bin/ | Pre-built binary hopp-cli | https://aur.archlinux.org/packages/hopp-cli/ | Compiled from latest release -hopp-cli-git | https://aur.archlinux.org/packages/hopp-cli-get/ | Compiled from latest commit +hopp-cli-git | https://aur.archlinux.org/packages/hopp-cli-git/ | Compiled from latest commit ### Homebrew @@ -79,14 +79,14 @@ $ hopp-cli post https://reqres.in/api/users/2 -c js -b '{"name": "morp","job": " > The output will only be the `statuscode` -Example : `hopp-cli send ` +Example : `hopp-cli send ` Sample Output: ![](/assets/send.png) --- -**GEN**: Gen command Generates the API Documentation from `hoppscotch-collection.json` file and serves it as a Static Page on port `1341` +**GEN**: Gen command Generates the API Documentation from `hoppscotch-collection.json` file and serves it as a Static Page on port `1341` Example: `hopp-cli gen ` Sample Hosted site: https://hopp-docsify.surge.sh/ @@ -114,7 +114,7 @@ _(optional)_ > Enclose the body in Single Quotes(\') -**Content Types can be of** +**Content Types can be of** |Short Code|Content Type| |:---:|:---:|