Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
aoli-al committed Aug 13, 2024
1 parent 3a57641 commit 6a5e483
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
Fray is a general-purpose concurrency testing tool for Java applications. It performs deterministic concurrency testing using various testing algorithms.
Fray is designed to be easy to use and can be integrated into existing testing frameworks.

## Getting Started

> [!TIP]
> Want to try Fray now? Clone the repository and run `./gradlew build`. Then replace `java` with `fray` in your command
> line to run your application with Fray.
> Can't wait to try Fray? Clone the repository and run `./gradlew build && export PATH=$PATH:$(pwd)/bin`.
> Then replace `java` with `fray` in your command line to run your application with Fray.
## Getting Started


Consider you have a bank account application (you may find the complete example in
Expand Down

0 comments on commit 6a5e483

Please sign in to comment.