Skip to content

Commit 01b1327

Browse files
committed
Windows README update
1 parent 6807bd9 commit 01b1327

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ If you want to see std::out log output, modify the logging.std_out variable in .
3131
chia-start-node &
3232
chia-start-wallet-gui &
3333
```
34+
If you're using Windows/WSL 2, you should instead run:
35+
```bash
36+
chia-start-node &
37+
chia-websocket-server &
38+
```
39+
And then run `chia.exe` from the unzipped `chia-win32-x64` directory in Windows (not Ubuntu/WSL 2.)
3440

3541
## Step 3b: Run a farmer + full node + wallet
3642
Instead of running only a full node (as in 4a), you can also run a farmer.

0 commit comments

Comments
 (0)