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
14 changes: 14 additions & 0 deletions docs/_docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ description: Getting started with Realm
permalink: user-guide/getting-started
---

## Quick Start

```bash
# Clone Repo
git clone https://github.com/spellshift/realm && cd ./realm

# Start Server
go run ./tavern

# Start Agent
cd implants/imix && cargo run
```


## Getting Started

Welcome, intrepid red teamer! This guide will launch you into a sandboxed Realm experience, perfect for experimenting and exploring its features. Think of it as your personal training ground before unleashing it in real-world engagements. But first, let's make sure you're in the right place.
Expand Down