diff --git a/README.MD b/README.MD
new file mode 100644
index 0000000..96d9024
--- /dev/null
+++ b/README.MD
@@ -0,0 +1,52 @@
+# MNMLSM
+
+MNMLSM is a simple theme inspired by the command line. It has a darkmode and no javascript. In other words: it is future proof.
+
+Preview Light | Preview Dark
+:-------------------------:|:-------------------------:
+ | 
+
+The theme was created by [Ungeschneuer](https://github.com/ungeschneuer). A preview can be found [here](https://michaelbarney.github.io/LinkFree/Templates/mnmlsm/).
+
+## Getting Started
+
+You should probably change the following things:
+- lang attribute for the html tag
+- title in head tag
+- favicon in asset folder
+- userPhoto in asset folder
+- userName
+- links (duh!)
+- footer content
+
+## Add a new link
+
+To add a new link, just duplicate an existing line between the links div or add a new one like this
+
+```
+#
+```
+
+
+## Add Emojis
+
+If you want to add emojis to your links, you can Copy/Paste them via [GetEmoji](https://getemoji.com/). For current Mac and Windows versions, there is also a system shortcut.
+
+Mac:
+```
+Ctrl + Cmd + Space
+```
+
+Windows
+```
+Windows + ; (semi-colon)
+```
+or
+```
+Windows + . (period)
+```
+
+
+## Sources
+
+The Avatar in the preview is by [unDraw](https://undraw.co/).
\ No newline at end of file
diff --git a/index.html b/index.html
index bb59a91..6297884 100644
--- a/index.html
+++ b/index.html
@@ -1,16 +1,33 @@
-
-
+
+