From ef1453250731c988dbff4d89a4454bf35796514c Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Sat, 26 Jan 2019 02:37:14 +0200 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 04bd539..011b812 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ A portfolio landing page detailing the running services. ## Installation Dump the files from the repo into DocumentRoot, "docs" folder can and should be omitted. +```git update-index --assume-unchanged docs/* +git rm -r docs +``` +The repo contains mostly unminified files. It's recommended to run https://github.com/appleboy/minify-tool before hosting.