smol_http

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 57250081cd9bd1192b869f899b5abceaffbe07e2
parent 479c5d914d314df98921384fd2f4e5728bd23f68
Author: Anton Kling <anton@kling.gg>
Date:   Sat,  1 Jan 2022 14:19:47 +0100

Updated README to include "make install"

Diffstat:
MREADME | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README b/README @@ -11,6 +11,7 @@ Clone this respository and compile the software. git clone https://github.com/0xc1f1/smol_http cd smol_http make + make install # This will install smol_http to /usr/bin The appplications default values can be configured via changing the values in the http.c file and recompilling the application.