We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decb783 commit 369f064Copy full SHA for 369f064
README.md
@@ -46,6 +46,8 @@
46
47
> **Note for Windows Users:** [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install-manual) is required.
48
49
+### Development Environment
50
+
51
### Use the Starter (Recommended)
52
53
```bash
@@ -56,6 +58,14 @@ cp .env.example .env
56
58
pnpm i && pnpm build && pnpm start
57
59
```
60
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
69
Then read the [Documentation](https://ai16z.github.io/eliza/) to learn how to customize your Eliza.
70
71
### Manually Start Eliza (Only recommended if you know what you are doing)
0 commit comments