Skip to content

Commit e058f14

Browse files
add extra command documentation (#67)
2 parents 5a36b67 + 4aee94d commit e058f14

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ Run the following command to use the NPM package
66
```bash
77
npx eth-tech-tree
88
```
9-
The CLI visualizes several categories which contain challenges. Navigate with your arrow keys and hit enter to view options for a challenge. Follow the instructions in your CLI to complete challenges and fill out your Ethereum development tech tree.
9+
The CLI visualizes several categories which contain challenges. Navigate with your arrow keys and hit enter to view the challenge description and see options. Follow the instructions in your CLI to complete challenges and fill out your Ethereum development tech tree.
10+
11+
You can also run individual commands without the tree visualization.
12+
13+
Set up a challenge:
14+
```bash
15+
npx eth-tech-tree setup CHALLENGE_NAME INSTALL_LOCATION
16+
```
17+
18+
Submit a challenge:
19+
```bash
20+
npx eth-tech-tree submit CHALLENGE_NAME CONTRACT_ADDRESS
21+
```
1022

1123
## Development
1224
Clone and `cd` into the repo then run this CLI application with the following commands

0 commit comments

Comments
 (0)