From 9ff635d41169fa4db7f0ac857252538ae2f2da5b Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 6 Jan 2019 17:29:28 -0700 Subject: [PATCH] Update readme.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1c1cb..6792c70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # deadbeef.codes-publicfileserver -Serves files to the public, static content host from /data/public +Serves files to the public, static content host from /data/public. + +This is meant to be a spot for non-changing content, to host files to allow me to share with others. In most cases it'll be best practice to keep project-related files within the project directory and serve public static content from a webserver within that project. ## Usage