Skip to content

Commit

Permalink
fixed typo in opa-iptables readme (#123)
Browse files Browse the repository at this point in the history
* fixed typo in opa-iptables readme

Signed-off-by: Ryan <[email protected]>
  • Loading branch information
rfezz authored May 18, 2021
1 parent d383317 commit efb4466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opa-iptables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ IPTables is a useful tool available to Linux kernel for filtering network packet
- If you want to build opa-iptables right away, you need a working [Go environment](https://golang.org/doc/install). It requires Go version 1.12 and above.
```
$ git clone https://github.com/open-policy-agent/contrib.git
$ cd opa-iptables
$ cd contrib/opa-iptables
$ make go-build
```

- You can build opa-iptables on any system that has Docker running as follows:
```
$ git clone https://github.com/open-policy-agent/contrib.git
$ cd opa-iptables
$ cd contrib/opa-iptables
$ make docker-build
```

Expand Down

0 comments on commit efb4466

Please sign in to comment.