Skip to content

Commit 95a4c1c

Browse files
committed
fix the AGENTS.md file
1 parent 4e3f90d commit 95a4c1c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

AGENTS.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,22 @@ Whenever you are working on a feature, unless otherwise noted in the issue or it
2020

2121
### Starting dfx
2222

23-
First ensure that `dfx` has been installed and is available as a command:
23+
First check if there is already a running replica:
2424

2525
```
26-
dfx --version
26+
dfx ping
2727
```
2828

29-
Try this first if `dfx` is not available as a command:
29+
If it's running, you'll see output including `"replica_health_status": "healthy"`.
30+
31+
If `dfx` is not available as a command try this:
3032

3133
```
3234
export PATH="$HOME/.local/share/dfx/bin:$PATH"
3335
dfx --version
3436
```
3537

36-
Once `dfx` exists start it:
38+
If `dfx` now exists as a command then start up a replica:
3739

3840
```
3941
dfx start --clean --background --artificial-delay 0

0 commit comments

Comments
 (0)