diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..3d6eed0f153d5df55802dde134ebf491629c623f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Upload2Online Installer (Windows) 
+This is the windows installer for the upload2online data uploader: https://gitlab.elettra.eu/spe/util/datauploader/upload2online
+
+## Usage
+* Download the [zip](https://gitlab.elettra.eu/spe/util/datauploader/upload2online/-/archive/master/upload2online-master.zip) (or any other archive)
+* Extarct it
+* Right-click on the `installer.bat` file and click on "Run as Administrator"
+* Wait :)
+
+## Known problems
+
+### On Windows 8.1
+- Bluetooth API error caused by PyQt5
+
+  ![alt text](image.png)
+
+  > `Fix`  Go to the python installation path rename this dll `...\Lib\site-packages\PyQt5\(Qt5|Qt)\bin\Qt5Bluetooth.dll` to something like this `_Qt5Bluetooth.dll`
\ No newline at end of file
diff --git a/image.png b/image.png
new file mode 100644
index 0000000000000000000000000000000000000000..d302907b0c2dd90a41d77fbda91154ca59e14213
Binary files /dev/null and b/image.png differ