This commit is contained in:
Michael Quigley 2022-07-19 13:41:12 -04:00
parent b8354d71dd
commit 5745a330f0
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -12,7 +12,13 @@
### Simple Registration
Registering for access to `zrok` should provide the user with a single identity, which can be used from any shell environment to quickly enable access to private applications.
Registering for access to `zrok` should provide the user with a single identity token, which can be used from any shell environment to quickly enable access to private applications.
Enabling `zrok` in a shell should be as simple as executing something like:
```
$ zrok enable <token>
```
### Single-Executable Deployment