From 518f6ede45e407c6bd8e8f2616265cb8108fc925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9D=E7=8D=BB=E7=9A=84=E5=B7=B4=E5=9F=BA=E5=8A=9B?= <68413810+Valkierja@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:41:58 +0800 Subject: [PATCH] Update README.md add some instruction about dep --- README.md | 1 + 1 file changed, 1 insertion(+) 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