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 committed Oct 3, 2024
1 parent 8a18a68 commit 2271f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion README.tpl.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 2271f26

Please sign in to comment.