Updating readme with more info about localtunnel

This commit is contained in:
Tom Chapin 2024-02-17 22:34:17 -08:00
parent a0cc46cfc0
commit 2630b5addf
1 changed files with 2 additions and 2 deletions

View File

@ -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