Remove everything
[link.git] / README.md
blobdee920b62274a2222e02f3c49daeda856bf5fdf0
1 # Link
2 ## Description
3 Link is a HTTP and HTTPS server (HTTPS is not finished).
5 Link will soon have it's own protocol for it's own browser (one day).
7 ## Build
8 Simply type `make` to build then run the webserver.
10 If you want to just build it type `make build` if you just want to run it `make run`.
12 ## Installing
13 > Not Ready
15 ## Config
16 Currently we only support cli arguments for config.
18 `-d [Directory]` Specifies where the documents are.
20 `-p [Port]` Specifies which port the HTTP server should be located.
22 `-t [Threads]` Specifies how many threads to use for the HTTP server.