mirror of
https://github.com/openziti/zrok.git
synced 2025-01-31 18:39:22 +01:00
Fix indentation and spacing
This commit is contained in:
parent
5b17fc2665
commit
3d0cbf9cab
@ -15,8 +15,8 @@ There's a hardened zrok-as-a-service offering available at [myzrok.io](https://m
|
|||||||
|
|
||||||
### Your First Share
|
### Your First Share
|
||||||
|
|
||||||
1. Get an account token.
|
1. Get an account token
|
||||||
<Columns className='text--center getting-started-cards'>
|
<Columns className='text--center getting-started-cards' style={{marginLeft: 1}}>
|
||||||
<Column style={{paddingBottom: 20}}>
|
<Column style={{paddingBottom: 20}}>
|
||||||
<Card shadow='tl'>
|
<Card shadow='tl'>
|
||||||
<CardHeader>
|
<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)
|
2. [Download the zrok binary](#installing-the-zrok-command)
|
||||||
3. Enable zrok for your [user environment](#enabling-your-zrok-environment)
|
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`
|
4. Share `http://localhost:8080`
|
||||||
```
|
|
||||||
zrok share public 8080
|
```bash
|
||||||
```
|
zrok share public 8080
|
||||||
|
```
|
||||||
5. Visit the public URL displayed in your terminal
|
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
|
## Share Backend Modes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user