From 23d55eddc728140760400411d7102a98f336c8b2 Mon Sep 17 00:00:00 2001 From: Ryan Gittings Date: Mon, 20 Aug 2018 17:08:13 +0100 Subject: [PATCH] UPDATED: Instructions --- README.md | 3 ++- _config.inc | 3 --- ui/_config.inc | 3 +++ app.js => ui/app.js | 0 perch.css => ui/perch.css | 0 5 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 _config.inc create mode 100644 ui/_config.inc rename app.js => ui/app.js (100%) rename perch.css => ui/perch.css (100%) diff --git a/README.md b/README.md index 1df2a8e..a4e0df4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Perch theme that improves user experience. ## Installation - Download ZIP -- Upload contents of folder to `perch_folder/plugins/ui` +- Upload contents of folder to `your_perch_folder/plugins/ui` +- Update the path in `_config.inc` to your Perch path - Job done! ## What this theme does? diff --git a/_config.inc b/_config.inc deleted file mode 100644 index 969858e..0000000 --- a/_config.inc +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/ui/_config.inc b/ui/_config.inc new file mode 100644 index 0000000..14fd42b --- /dev/null +++ b/ui/_config.inc @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/app.js b/ui/app.js similarity index 100% rename from app.js rename to ui/app.js diff --git a/perch.css b/ui/perch.css similarity index 100% rename from perch.css rename to ui/perch.css