From 6bf8387549a5bb63658bdecf9cf220f422f4a564 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thomas" Date: Wed, 16 Aug 2023 13:36:32 -0500 Subject: [PATCH] Update README.md to remove reference to AP region The config no longer specified AP region. This commit updates the readme to reflect this change. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ce0d58..361c48d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## Installation -1. Clone this repository to the target machine (eg: Raspberry Pi) -2. Get your `authtoken` from ngrok website -3. Inspect and modify the configuration file `ngrok.yml`, by default this config will use _Asia Pacific_ region to serve both **HTTP** and **TCP** tunnels +1. Clone this repository to the target machine (eg: Raspberry Pi). +2. Get your `authtoken` from ngrok website. +3. Inspect and modify the configuration file `ngrok.yml`. By default this config will serve both **HTTP** and **TCP** tunnels. 4. Run `sudo ./install.sh `, replace `` with the token you've obtained before from ngrok website. 5. You're good to go!