We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369f064 commit 8a00595Copy full SHA for 8a00595
docs/docs/guides/local-development.md
@@ -8,8 +8,9 @@ This guide covers setting up and working with Eliza in a development environment
8
9
## Prerequisites
10
11
-Before you begin, ensure you have:
+Before you begin, ensure you have either:
12
13
+### Option 1: Manual Setup
14
```bash
15
# Required
16
Node.js 23+
@@ -22,10 +23,17 @@ Docker (for database development)
22
23
CUDA Toolkit (for GPU acceleration)
24
```
25
26
+### Option 2: Nix Development Environment
27
+```bash
28
+# Required
29
+Nix Package Manager
30
+```
31
+
32
## Initial Setup
33
-### 1. Repository Setup
34
35
36
+1. Repository Setup
37
38
# Clone the repository
39
git clone https://github.com/ai16z/eliza.git
0 commit comments