Skip to content

Commit 369f064

Browse files
committed
update: README.md
1 parent decb783 commit 369f064

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646

4747
> **Note for Windows Users:** [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install-manual) is required.
4848
49+
### Development Environment
50+
4951
### Use the Starter (Recommended)
5052

5153
```bash
@@ -56,6 +58,14 @@ cp .env.example .env
5658
pnpm i && pnpm build && pnpm start
5759
```
5860

61+
#### Using Nix
62+
63+
If you have [Nix](https://nixos.org/download.html) with flakes installed, you can enter the development environment with:
64+
65+
```bash
66+
nix develop
67+
```
68+
5969
Then read the [Documentation](https://ai16z.github.io/eliza/) to learn how to customize your Eliza.
6070

6171
### Manually Start Eliza (Only recommended if you know what you are doing)

0 commit comments

Comments
 (0)