Update README.md
This commit is contained in:
parent
d8264ae2b7
commit
7a86370ec0
|
@ -15,17 +15,14 @@ Run as root
|
||||||
```
|
```
|
||||||
CDIR=$PWD
|
CDIR=$PWD
|
||||||
cd /tmp
|
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
|
cd httpserver/httpserver
|
||||||
make install
|
make install
|
||||||
cd $CDIR
|
|
||||||
CDIR=
|
|
||||||
```
|
```
|
||||||
This also puts your enviroment right back where it was, how nice of me!
|
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
```
|
```
|
||||||
git clone https://concord.hectabit.org/HectaBit/httpserver --depth=1
|
git clone https://git.ailur.dev/ailur/httpserver --depth=1
|
||||||
cd httpserver/httpserver
|
cd httpserver/httpserver
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue