Skip to content

Commit

Permalink
add ./ in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Feb 28, 2024
1 parent 036b041 commit fbb8269
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 @@ -52,7 +52,7 @@ operating on the system-level by attacking TLS.
### Binary
A sample binary is automatically build [with GitHub Actions](https://github.com/danthe1st/HTTPs-intercept/actions?query=branch%3Amaster)
when a commit is pushed.
The build script can be found in the file [.github/workflows/build.yml](.github/workflows/build.yml).
The build script can be found in the file [.github/workflows/build.yml](./.github/workflows/build.yml).

A native binary can also be built using `mvn -Pnative package`.
This requires GraalVM.
Expand Down

0 comments on commit fbb8269

Please sign in to comment.