From 3d0cbf9cab19bcfda3f97b2ebd9046efe7c2fe31 Mon Sep 17 00:00:00 2001 From: Mike Guthrie Date: Mon, 27 Jan 2025 10:50:41 -0500 Subject: [PATCH] Fix indentation and spacing --- docs/getting-started.mdx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index 9f4aead9..f597d091 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -15,8 +15,8 @@ There's a hardened zrok-as-a-service offering available at [myzrok.io](https://m ### Your First Share -1. Get an account token. - +1. Get an account token + @@ -51,15 +51,18 @@ There's a hardened zrok-as-a-service offering available at [myzrok.io](https://m 2. [Download the zrok binary](#installing-the-zrok-command) 3. Enable zrok for your [user environment](#enabling-your-zrok-environment) -``` -zrok enable -``` + + ```bash + zrok enable + ``` 4. Share `http://localhost:8080` -``` -zrok share public 8080 -``` + + ```bash + zrok share public 8080 + ``` 5. Visit the public URL displayed in your terminal -![zrok share public](images/zrok_share_public.png) + + ![zrok share public](images/zrok_share_public.png) ## Share Backend Modes