Update README.md

This commit is contained in:
Tracker-Friendly 2024-10-25 20:40:41 +01:00
parent d8264ae2b7
commit 7a86370ec0
1 changed files with 2 additions and 5 deletions

View File

@ -15,17 +15,14 @@ Run as root
```
CDIR=$PWD
cd /tmp
git clone https://concord.hectabit.org/HectaBit/httpserver --depth=1
git clone https://git.ailur.dev/ailur/httpserver --depth=1
cd httpserver/httpserver
make install
cd $CDIR
CDIR=
```
This also puts your enviroment right back where it was, how nice of me!
## Compiling
```
git clone https://concord.hectabit.org/HectaBit/httpserver --depth=1
git clone https://git.ailur.dev/ailur/httpserver --depth=1
cd httpserver/httpserver
make
```