From 38bc81b34bf1a977cf7da61f351707490b11c23f Mon Sep 17 00:00:00 2001 From: Walkx <71191962+WalkxCode@users.noreply.github.com> Date: Sat, 16 Oct 2021 19:25:09 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0d8c6e..d6f39ec 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,22 @@ On the top-right of Homer, you can find an icon to toggle dark-mode. Click it un ### 2. Getting the assets files **Clone [this repo](https://github.com/WalkxCode/Homer-Theme). You can do this by running:** -```bash +```sh $ git clone https://github.com/WalkxCode/Homer-Theme.git ``` **Now cd into the newly created folder.** -```bash - +```sh $ 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 +```sh $ sudo docker inspect -f '{{ .Mounts }}' homer ``` **Move the folder by running** -```bash +```sh $ sudo mv assets /homer/www ``` _Make sure you replace `/homer/www` with the location of **your** www folder._