From 2630b5addf5575719e73ef174b38079432e049ab Mon Sep 17 00:00:00 2001 From: Tom Chapin Date: Sat, 17 Feb 2024 22:34:17 -0800 Subject: [PATCH] Updating readme with more info about localtunnel --- 01OS/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01OS/README.md b/01OS/README.md index a16ccb3..1574673 100644 --- a/01OS/README.md +++ b/01OS/README.md @@ -11,9 +11,9 @@ pip install 01OS **Expose an 01 server publically:** -We are currently using localtunnel to handle the creation of public tunnel endpoints. +We are currently using localtunnel (https://github.com/localtunnel/localtunnel) to handle the creation of public tunnel endpoints. -Note: You will need to install Node and the localtunnel tool before this will work correctly: +Note: You will need to install Node and localtunnel before exposing the service will work correctly: ```npm install -g localtunnel``` ```bash