Skip to content

Commit

Permalink
Documentation: Add make as build requirement
Browse files Browse the repository at this point in the history
Up to now `make` is  a silent requirement.
  • Loading branch information
LauKr authored Sep 30, 2024
1 parent 8a18a68 commit 4ef0eab
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 @@ -31,7 +31,7 @@ $ gem install seccomp-tools

If you failed when compiling, try:
```
sudo apt install gcc ruby-dev
sudo apt install gcc ruby-dev make
```
and install seccomp-tools again.

Expand Down

0 comments on commit 4ef0eab

Please sign in to comment.