diff --git a/README.md b/README.md index 529d658..6822485 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ A fully local and Dockerized server of quakejs. ----- -The purpose of this project was to create a fully independent quakejs server that doesn't need any content served from the internet. +The purpose of this project was to create a fully independent quakejs server that doesn't require content to be served from the internet. Hence, once pulled, this does not need to connect to any external provider, ie. content.quakejs.com. Nor does this server need to be proxied/served/relayed from http://www.quakejs.com/ Simply pull the image [treyyoder/quakejs](https://hub.docker.com/r/treyyoder/quakejs) and run it: @@ -19,5 +19,6 @@ docker run -d --name quakejs -e SERVER=10.0.0.2 -e HTTP_PORT=8080 -p 8080:80 -p Send all you friends/coworkers the link: ex. http://10.0.0.2:8080 and happy fragging ;) Credits: +--- -Thanks to @begleysm with [his fork](https://github.com/begleysm/quakejs) of [quakejs](https://github.com/inolen/quakejs) and [documentation](https://steamforge.net/wiki/index.php/How_to_setup_a_local_QuakeJS_server_under_Debian_9_or_Debian_10) +Thanks to [begleysm](https://github.com/begleysm) with his [fork](https://github.com/begleysm/quakejs) of [quakejs](https://github.com/inolen/quakejs) and [documentation](https://steamforge.net/wiki/index.php/How_to_setup_a_local_QuakeJS_server_under_Debian_9_or_Debian_10)