Skip to content

Commit 66593cb

Browse files
docs: Add note to run solana-keygen if needed
1 parent d36ebd6 commit 66593cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/src/tutorials/tutorial-0.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ cd anchor/examples/tutorial/basic-0
1919

2020
## Starting a Localnet
2121

22-
In a separate terminal, start a local network for testing.
22+
In a separate terminal, start a local network for testing. If you're running solana
23+
for the first time, generate a wallet.
24+
25+
```
26+
solana-keygen new
27+
```
28+
29+
Then run
2330

2431
```
2532
solana-test-validator

0 commit comments

Comments
 (0)