Skip to content

Commit

Permalink
chore(readme): clarifies project dependencies (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP authored May 29, 2023
1 parent 2895b55 commit 2980df9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Targets:
* default target
```

### Building requirements
Building the filter requires:
- [Go](https://go.dev/doc/install)
- [TinyGo](https://tinygo.org/getting-started/install/)

Up to date required versions can be found looking at [`minGoVersion` and `tinygoMinorVersion` variables](./magefiles/magefile.go).

### Building the filter

```bash
Expand Down

0 comments on commit 2980df9

Please sign in to comment.