Skip to content

Commit eacfc62

Browse files
authored
Merge pull request #10 from algorand/algobarb/updateReadme
Update README.md
2 parents 5960be0 + 4f9d062 commit eacfc62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Use go1.17 or later and build with `make`.
1818
With no options, the UI will be displayed instead of starting a service.
1919

2020
## Local Algod
21+
If you're using the downloaded binary, use `./node-ui` instead of `./nodeui`
2122
```
2223
~$ ALGORAND_DATA=path/to/data/dir ./nodeui
2324
```
2425
## Remote Algod
26+
If you're using the downloaded binary, use `./node-ui` instead of `./nodeui`
2527
```
2628
~$ ./nodeui -t <algod api token> -u http://<url>
2729
```

0 commit comments

Comments
 (0)