Skip to content

Commit

Permalink
Update apt-get.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Sep 23, 2024
1 parent c13c213 commit 8f6f7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/part2/requirements/apt-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tar zxf falco.tar.gz
( cd falco-1.2.3 \
&& ./configure CXXFLAGS="-O3 -Wall" \
&& make && sudo make install
) > /dev/null
)
rm -rf falco-1.2.3 falco.tar.gz
```

Expand Down

0 comments on commit 8f6f7b8

Please sign in to comment.