Skip to content

Commit 8a00595

Browse files
committed
add: nix instructions
1 parent 369f064 commit 8a00595

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/docs/guides/local-development.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ This guide covers setting up and working with Eliza in a development environment
88

99
## Prerequisites
1010

11-
Before you begin, ensure you have:
11+
Before you begin, ensure you have either:
1212

13+
### Option 1: Manual Setup
1314
```bash
1415
# Required
1516
Node.js 23+
@@ -22,10 +23,17 @@ Docker (for database development)
2223
CUDA Toolkit (for GPU acceleration)
2324
```
2425

26+
### Option 2: Nix Development Environment
27+
```bash
28+
# Required
29+
Nix Package Manager
30+
```
31+
2532
## Initial Setup
2633

27-
### 1. Repository Setup
34+
### Option 1: Manual Setup
2835

36+
1. Repository Setup
2937
```bash
3038
# Clone the repository
3139
git clone https://github.com/ai16z/eliza.git

0 commit comments

Comments
 (0)