diff --git a/README.md b/README.md index 9b84513..67a3ad6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# pdf-web-toolkit +# PDF Web Toolkit + +A Web-Application allowing you to splitt and merge PDF-Files. + +## Deploy + +Clone the repo and enter the directory. Than run the following: + + docker build -t pdf-web-toolkit . + docker run -d --name pdf-web-toolkit -p 8002:8000 -i -t pdf-web-toolkit + +Once finished, you should be able to connect to http://\:8002 + +