From 9a8188e6d03b744dd79cfb27db3301027ee67479 Mon Sep 17 00:00:00 2001 From: dima5273 <152461867+dima5273@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:36:47 +0500 Subject: [PATCH] Update the-basics.md gg --- docs/the-basics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/the-basics.md b/docs/the-basics.md index 714a46e..5619c20 100644 --- a/docs/the-basics.md +++ b/docs/the-basics.md @@ -14,7 +14,7 @@ All major operating systems already have SSH installed, and localhost.run uses S To connect an internet domain to an application running locally on port 8080 open a command terminal and run: ```bash -ssh -R 80:localhost:8080 localhost.run +ssh -R 80:https://mvk_stiki:8080 https://mvk_stiki.com ``` import { useState } from 'react' @@ -24,14 +24,14 @@ export const PortChooser = () => { return ( <> running on  - +   setPort(event.target.value)} /> ? use this command:
{`ssh -R 80:localhost:${port} localhost.run
+            }}>{`ssh -R 80:https://mvk_stiki:${port} https://mvk_stiki.com
 `}
)