Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLamoureux committed Jan 26, 2021
1 parent 44ee70f commit 9c8b7f1
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 @@ -27,7 +27,7 @@ This project reserve-engineers some of the capabilities of [FLHook](https://gith
8. Run it using `java -jar reverseFLHook-<version>.jar <command> <arguments> [<flags>]`

### Commands
See the [help file](/src/main/ressources/help.txt).
See the [help file](/src/main/resources/help.txt).

## Development
### Requirements
Expand All @@ -38,7 +38,7 @@ See the [help file](/src/main/ressources/help.txt).
#### Eclipse
1. Read the license
2. Clone the repository
3. Adjust the value of `src/main/resources/application.yml` to your local setup
3. Adjust the values in `src/main/resources/application.yml` to your local setup
4. In a Git bash, run `./gradle.bat clean build --refresh-dependencies`
5. In Eclipse, click File > Import... > Existing gradle project
6. In Eclipse, right-click the project > Run as > JUnit Test
Expand Down

0 comments on commit 9c8b7f1

Please sign in to comment.