diff --git a/README.md b/README.md
index 6b4da86..91f6477 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# Vocaloid6 Linux Installer
Just a script to install Vocaloid6 on Linux.
+
+
Download the script and run it, make sure you have wine, winetricks and yabridge/yabridgectl installed if you want to try and use the VST plugin.
Before running the script, place the installers for any voices you want installed in ~/V6Voices and the script will install them alongside the editor.
diff --git a/image.png b/image.png
new file mode 100644
index 0000000..e15dff7
Binary files /dev/null and b/image.png differ
diff --git a/vocaloid6installer.sh b/vocaloid6installer.sh
index 2cd8b60..363318d 100644
--- a/vocaloid6installer.sh
+++ b/vocaloid6installer.sh
@@ -46,6 +46,15 @@ rm -r VOCALOID_Trial_Win
WINEPREFIX="$wineprefix_path" wineboot > /dev/null 2>&1 | echo "Wineboot Complete"
WINEPREFIX="$wineprefix_path" winetricks -q dxvk corefonts > /dev/null 2>&1 | echo "Installing prerequitsites...."
WINEPREFIX="$wineprefix_path" wine VOCALOID6_Editor_Installer.exe > /dev/null 2>&1 | echo "VOCALOID6 Editor Installing..."
+cat > $wineprefix_path/regfix.reg <