Merge pull request #1 from vonox7/patch-1

Typo: ngork -> ngrok
This commit is contained in:
Vincent Hsu 2018-10-09 11:14:24 +08:00 committed by GitHub
commit fabd6e9979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
# Installation
Step 1: Place [`ngork`](https://ngrok.com/download) in `/opt/ngrok/`
Step 1: Place [`ngrok`](https://ngrok.com/download) in `/opt/ngrok/`
Step 2: Get `authtoken` from ngrok website, then add it to `/opt/ngrok/ngrok.yml`
Step 3: Add `ngork.service` to `/etc/systemd/system/`
Step 3: Add `ngrok.service` to `/etc/systemd/system/`
Step 4: Start ngork service by typing:
Step 4: Start ngrok service by typing:
```
systemctl daemon-reload
systemctl enable ngrok.service