beakerbrowser / dathttpd

Replaced by Homebase! See https://github.com/beakerbrowser/homebase.
MIT License
280 stars 35 forks source link

install build dependencies typo #31

Closed callil closed 6 years ago

callil commented 6 years ago
# install build dependencies
sudo apt-get install libtool m4 automake libcap2-bin build-essentials

should be

# install build dependencies
sudo apt-get install libtool m4 automake libcap2-bin build-essential

(just had to remove the s on build-essential)

pfrazee commented 6 years ago

Whoops, indeed you are right. Thanks.

pfrazee commented 6 years ago

Fixed. Thanks!