Update README.md

This commit is contained in:
Walkx 2021-10-16 19:25:09 +02:00 committed by GitHub
parent 9d3fe51357
commit 38bc81b34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -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._