Skip to content

Commit

Permalink
readme: Dependencies Installation for Ubuntu Systems
Browse files Browse the repository at this point in the history
Add Linux dependencies install script and Made Linux version more specific (thx Rithvik)
  • Loading branch information
Nathanwoodburn committed Feb 7, 2023
1 parent ea2ed8a commit c9c8ee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ $ brew install git automake autoconf libtool unbound
You're a Linux user so you probably already know what to do. Make sure you have
git, autotools, libtool, and unbound installed via whatever package manager
your OS uses.
You can install these dependencies on any Ubuntu/Debian style linux using
`sudo apt install -y autotools-dev libtool libunbound-dev`

### Windows

Expand Down

0 comments on commit c9c8ee9

Please sign in to comment.