diff --git a/README.md b/README.md
index 559c21e..c1ea50f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+# Intro
+### Some things to do before the good things can happen
+
Install Diesel and Watchexec:
```
sudo pacman -S diesel-cli watchexec
@@ -5,6 +8,11 @@ sudo pacman -S diesel-cli watchexec
Absolutely use pnpm as packet manager for this project.
+First initialize the Database:
+```
+diesel setup
+```
+
To run the Tailwind Compiler in watch:
```
pnpm dlx @tailwindcss/cli -i styles/tailwind.css -o assets/generated/main.css --watch
@@ -14,5 +22,6 @@ or (with or without `--watch`)
pnpm compile
```
+### How to Dev like a pro
My suggestion is to open one terminal and run `pnpm devrun` to continously rebuild
the Tailwind css and restart/rebuild the Rust server if a template file change.
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index f98ea9b..79179c9 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,80 +3,66 @@
{% block title %}Hello!{% endblock %}
{% block head %}
-
{% endblock %}
{% block content %}
-