diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..f3bbedb
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,13 @@
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar
+ 14 rue de Plaisance, 75014 Paris, France
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
\ No newline at end of file
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..ec9bae8
--- /dev/null
+++ b/README.html
@@ -0,0 +1,1069 @@
+
Tool to sync files between your zotero library and the remarkable using webdav
+Caution: Right now, all login credentials are stored in clear text in your home
+folder (~/.zotero_remarkable.yaml). So you probably do not want to use this
+on publicly accessible devices.
+TODO
+
+- Remarkable authorization / connection (right now, rmapi is required to set things up)
+- Handle all the corner cases
+
+LICENSE
+
+Do whatever you want.
\ No newline at end of file
diff --git a/README.md b/README.md
index 8bcc85e..3533cc1 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,16 @@
-Tool to sync files between your zotero library and the remarkable using webdav
\ No newline at end of file
+Tool to sync files between your zotero library and the remarkable using webdav
+
+
+**Caution**: Right now, all login credentials are stored in clear text in your home
+folder (`~/.zotero_remarkable.yaml`). So you probably do not want to use this
+on publicly accessible devices.
+
+
+#### TODO
+- Remarkable authorization / connection (right now, rmapi is required to set things up)
+- Handle all the corner cases
+
+#### LICENSE
+
+
+Do whatever you want.
\ No newline at end of file