Skip to content

Commit 5e7169f

Browse files
committed
Update readme
1 parent bf3cfbd commit 5e7169f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v1
12-
with:
13-
fetch-depth: 1
1412
- name: Setup Go
1513
uses: actions/setup-go@v1
1614
with:

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
iap_curl
22
========
33

4-
iap_curl is a curl wrapper for making HTTP request to IAP-protected app in CLI more easier than curl
4+
`iap_curl` is a curl wrapper for making HTTP request to IAP-protected app in CLI more easier than `curl` command.
55

66
## Usage
77

@@ -11,9 +11,9 @@ $ export IAP_CLIENT_ID="342624545358-asdfd8fas9df8sd7ga0sdguadfpvqp69.apps.googl
1111
$ iap_curl http://iap-protected.webapp.com
1212
```
1313

14-
The options of `iap_curl` are fully compatible with curl.
14+
The options of `iap_curl` are fully compatible with `curl` command.
1515

16-
If you want to use [httpstat](https://github.com/b4b4r07/httpstat), please specify the `IAP_CURL_BIN` environment variable:
16+
If you want to use [httpstat](https://github.com/b4b4r07/httpstat) instead of `curl`, please specify `IAP_CURL_BIN` environment variable:
1717

1818
```console
1919
$ export IAP_CURL_BIN="httpstat.sh"
@@ -79,6 +79,8 @@ $ iap_curl $(iap_curl --list-urls | peco) # peco is similar to fzf
7979

8080
## Installation
8181

82+
Get binary from [GitHub Releases](https://github.com/b4b4r07/iap_curl/releases) and put it to your PATH or:
83+
8284
```
8385
$ go get github.com/b4b4r07/iap_curl
8486
```

0 commit comments

Comments
 (0)