diff --git a/README.md b/README.md index 3eee124..104f572 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is just a simple implementation of an HTTP client written in C. It uses th ## Dependencies * [uriparser](http://uriparser.sourceforge.net/) -- TODO: build instructions + * if you are using ubuntu, you can use `sudo apt install liburiparser-dev` ## Installation