.
Kim committed
Mar 3, 2026 at 15:08 UTC
4b844b8daab4cb9d60817f560f427cd1101d7f83
1 file changed
+4
-6
README.md
+4
-6
@@ -51,12 +51,10 @@ For deployment to a public domain, see [docs/deployment.md](docs/deployment.md).
51
52
### Expose Local Service via Tunnel
53
54
-1. Open the relay page in your browser.
55
-2. Click `Add your server`.
56
-3. Use the generated command to connect your local service.
57
-
58
-With Tunnel, you can expose almost any local app in one step, without changing your app code.
59
-Run your app locally, execute the generated command, and Portal publishes it on a public subdomain.
54
+1. Run your local service.
55
+2. Open any Portal relay site.
56
+3. Click `Add your server` button.
57
+4. Use the generated command to connect your local service.
58
59
### Use Go SDK (Advanced)
60