Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs007 committed May 7, 2018
1 parent db4ae6f commit 4eaf59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ java -jar java-tron.jar -p 650950B193DDDDB35B6E48912DD28F7AB0E7140C1BFDEFD493348
* In the Terminal
in the config.conf localwitness add yourself private key
```bash
./gradlew run -Pwitness=true
./gradlew run -Pwitness
```

<details>
<summary>Show Output</summary>

```bash
> ./gradlew run -Pwitness=true
> ./gradlew run -Pwitness

> Task :generateProto UP-TO-DATE
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.
Expand Down

0 comments on commit 4eaf59b

Please sign in to comment.