From 199a078ed9e80e907bcb747a1db554fcc5157366 Mon Sep 17 00:00:00 2001 From: Walkx <71191962+WalkxCode@users.noreply.github.com> Date: Sat, 16 Oct 2021 19:22:20 +0200 Subject: [PATCH] Create README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9233109 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Getting started with Homer Theme! + +### 1. Making sure your Homer is on Darkmode +On the top-right of Homer, you can find an icon to toggle dark-mode. Click it until the UI turns dark, and the icon looks like an empty circle! + +### 2. Getting the assets files +**Clone [this repo](https://github.com/WalkxCode/Homer-Theme). You can do this by running:** +```bash +$ git clone https://github.com/WalkxCode/Homer-Theme.git +``` +**Now cd into the newly created folder.** +```bash + +$ cd Homer-Theme +``` +**And now for the final step move the `assets` folder into your Homers `www` folder. You can find this directory by running** +```bash +$ sudo docker inspect -f '{{ .Mounts }}' homer +``` + +**Move the folder by running** +```bash +$ sudo mv assets /homer/www +``` +_Make sure you replace `/homer/www` with the location of **your** www folder._ + +### 3. Go to your Homers IP and port and see the result! + +#### To further customize the Dashboard, see the Wiki!