This commit is contained in:
Michael Quigley 2025-04-01 13:01:10 -04:00
parent 4f2770025a
commit 9d00166809
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -33,6 +33,8 @@ When using `zrok` to [share publicly](./concepts/sharing-public.mdx), you can re
If [sharing privately](./concepts/sharing-private.mdx), only users with the share token (and the appropriate permission grants) can access your share. In addition to what you can share publicly, private shares can include TCP and UDP services.
Here's a quick overview of what's involved in getting started with `zrok`:
### Your First Share
1. Get an account token
@ -88,6 +90,8 @@ If [sharing privately](./concepts/sharing-private.mdx), only users with the shar
# A Deeper Look at Getting Started
Here's a deeper, more thorough look at getting started with `zrok`:
## Installing the zrok Command
<InstallCards />