Fix indentation and spacing

This commit is contained in:
Mike Guthrie 2025-01-27 10:50:41 -05:00
parent 5b17fc2665
commit 3d0cbf9cab
No known key found for this signature in database
GPG Key ID: 1B882E45188DB83B

View File

@ -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.
<Columns className='text--center getting-started-cards'>
1. Get an account token
<Columns className='text--center getting-started-cards' style={{marginLeft: 1}}>
<Column style={{paddingBottom: 20}}>
<Card shadow='tl'>
<CardHeader>
@ -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 <your_account_token>
```
```bash
zrok enable <your_account_token>
```
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