Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions app/spicedb/getting-started/installing-zed/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Callout } from 'nextra/components'
import YouTube from "@/components/youtube-wrapper";

# Installing Zed

Expand Down Expand Up @@ -124,6 +125,14 @@ You can find more commands for tasks such as testing, linting in the repository'
[CONTRIBUTING.md]: https://github.com/authzed/zed/blob/main/CONTRIBUTING.md


## Overview

Here's a livestream discussing all the features in `zed` and how you can use it.
Comment thread
sohanmaheshwar marked this conversation as resolved.


<br />
<YouTube videoId="yBEciwiScSs" className="youtubeContainer" />

## Reference: `zed`

A command-line client for managing SpiceDB clusters.
Expand Down
Loading