Skip to content

Commit

Permalink
Update startup script names in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnrd authored Jan 4, 2018
1 parent 2c9093a commit 2430601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Cozy is a cryptocurrency based on secure blockchain technology. Cozy uses peer-t

# Running your own node.
Since Cozy is built using Java, the node can be run on Linux, Windows, or macOS. Just clone the source and run your operating system's startup script
(`Cozy.bat` for Windows, `Cozy` for *nix) or you can just execute `./gradlew run`.
(`cozyd.bat` for Windows, `cozyd` for *nix) or you can just execute `./gradlew run`.
# Built With
- [IntelliJ IDEA](https://www.jetbrains.com/idea/) - The IDE used to develop the project
- [Gradle](https://gradle.org/) - Build tool/dependency management/project automation
Expand Down

0 comments on commit 2430601

Please sign in to comment.