Skip to content

Commit 81be897

Browse files
authored
fix(toolkit): fix the toolkit build path (#77)
2 parents edf937d + 53f54b2 commit 81be897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolkit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd tron-docker/tools/gradlew
1313
# build the toolkit
1414
./gradlew :toolkit:build
1515
# execute the command
16-
java -jar ../dbfork/build/libs/Toolkit.jar db -h
16+
java -jar ../toolkit/build/libs/Toolkit.jar db -h
1717
```
1818
The most commonly used db commands are:
1919
- `help`: Displays help information about the specified command

0 commit comments

Comments
 (0)