Skip to content

Commit

Permalink
Merge pull request #644 from tronprotocol/modify-readme
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
wubin12 authored May 7, 2018
2 parents 8074a47 + 4eaf59b commit 7b5a43a
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 7b5a43a

Please sign in to comment.