From dd21a4edc8ed48da26baf80dfb840b4854286324 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Mon, 16 Sep 2024 10:45:52 -0400 Subject: [PATCH] clarify getting an account is necessary before enabling --- docs/getting-started.mdx | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index d520e83e..b29cb326 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -9,24 +9,9 @@ import DownloadCard from '@site/src/components/download-card'; import DownloadCardStyles from '@site/src/css/download-card.module.css'; -## Choose Your Path +## Get an Account - - - -

Self-Hosted zrok

-
- - Run a zrok instance on Linux, Docker, or Kubernetes. - - - - - - -
-
@@ -42,6 +27,21 @@ import DownloadCardStyles from '@site/src/css/download-card.module.css'; + + + +

Self-Hosted zrok

+
+ + Run a zrok instance on Linux, Docker, or Kubernetes. + + + + + + +
+
@@ -98,6 +98,8 @@ If [sharing privately](./concepts/sharing-private.md), only users with the share ## Enabling Your zrok Environment +After you have [an account](#get-an-account), you can enable your `zrok` environment. + A zrok environment usually refers to an enabled device where shares and accesses can be created, .e.g., `~/.zrok` on a Unix machine. It can be a specific user's environment or a system-wide agent's environment owned by the administrator. When your `zrok` account was created, the service generated a _secret token_ that identifies and authenticates in a single step. Protect your secret token as if it were a password, or an important account number; it's a _secret_, protect it.