Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
added install section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Sep 28, 2019
1 parent de8b3e1 commit f1fb1e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ changelog:
exclude:
- "^docs:"
- "^test:"
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

brews:
- name: pgrok
github:
Expand All @@ -57,4 +68,6 @@ brews:
email: [email protected]
folder: Formula
homepage: "https://github.com/jerson/pgrok"
description: "Introspected tunnels to localhost a fork from pgrok."
description: "Introspected tunnels to localhost a fork from pgrok."
test: |
system "#{bin}/pgrok -v"
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
# pgrok - Introspected tunnels to localhost
### ”I want to expose a local server behind a NAT or firewall to the internet.”

# Install

Install supports **Linux** and **MacOS** with **homebrew**
```bash
brew install jerson/tap/pgrok
```

# Download
just download in [Release section](https://github.com/jerson/pgrok/releases)

## What is pgrok?
pgrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service.
Expand Down

0 comments on commit f1fb1e1

Please sign in to comment.