From eb1f1d0d7c3a43905c579dc97827c98e81dd8eaf Mon Sep 17 00:00:00 2001
From: luttje <2738114+luttje@users.noreply.github.com>
Date: Fri, 19 Jul 2024 10:40:52 +0200
Subject: [PATCH] fix paths
---
README.md | 16 +++++++++++-----
index.html | 8 ++++----
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index d304e52..f902ef1 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,21 @@ This is a joke CSS-framework and it is not intended for use in production. You c
## Using the distribution
-1. Download [the latest release](https://github.com/luttje/css-pokemon-gameboy/releases), unzipping it to a `styles` directory in your project
+1. Download [the latest release](https://github.com/luttje/css-pokemon-gameboy/releases)
-2. Append the following include on the page where you want this style:
+2. The css is in the `styles` directory. All other assets are inlined into the css.
+
+3. The release contains a `template.html` to get your started.
+
+ -OR-
+
+ Append the following include on the page where you want this style:
```html
```
-3. See the [demo](https://luttje.github.io/css-pokemon-gameboy/), [index.html](./index.html) or [.scss-files](./src/scss/) for all possible classes and effects.
+4. See the [demo](https://luttje.github.io/css-pokemon-gameboy/), [index.html](./index.html) or [.scss-files](./src/scss/) for all possible classes and effects.
## Compile it yourself
@@ -24,13 +30,13 @@ This is a joke CSS-framework and it is not intended for use in production. You c
2. Run `npm install` to install the dependencies
-3. To build the demo run `npm run build` to build the distribution files to the `dist` directory
+3. To build the demo run `npm run build` to build the distribution files to the `dist` directory (preview the demo with `npm run preview`)
-OR-
Run `npm run dev` in the to watch for changes in the `src` directory and automatically build new distributions.
-4. To build the css files run `npm run build:css` to build the css file with all needed static files to the `dist-lib` directory
+4. To build the css files run `npm run build:css` to build the css file with all needed static files to the `dist-release` directory
## Third-party Licenses
diff --git a/index.html b/index.html
index 971cde6..31776b6 100644
--- a/index.html
+++ b/index.html
@@ -14,17 +14,17 @@
+ href="src/apple-touch-icon.png">
+ href="src/favicon-32x32.png">
+ href="src/favicon-16x16.png">
+ href="src/site.webmanifest">