Skip to content

Commit 7b5a43a

Browse files
authored
Merge pull request #644 from tronprotocol/modify-readme
fix readme
2 parents 8074a47 + 4eaf59b commit 7b5a43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,14 @@ java -jar java-tron.jar -p 650950B193DDDDB35B6E48912DD28F7AB0E7140C1BFDEFD493348
148148
* In the Terminal
149149
in the config.conf localwitness add yourself private key
150150
```bash
151-
./gradlew run -Pwitness=true
151+
./gradlew run -Pwitness
152152
```
153153

154154
<details>
155155
<summary>Show Output</summary>
156156

157157
```bash
158-
> ./gradlew run -Pwitness=true
158+
> ./gradlew run -Pwitness
159159

160160
> Task :generateProto UP-TO-DATE
161161
Using TaskInputs.file() with something that doesn't resolve to a File object has been deprecated and is scheduled to be removed in Gradle 5.0. Use TaskInputs.files() instead.

0 commit comments

Comments
 (0)