Typo: ngork -> ngrok

This commit is contained in:
Valentin Slawicek 2018-08-09 12:03:58 +02:00 committed by GitHub
parent 0b1bca1ef8
commit 47499d3504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
# Installation # 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 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 daemon-reload
systemctl enable ngrok.service systemctl enable ngrok.service