diff --git a/README.md b/README.md
index f73844b..be114fc 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,22 @@ Originally created by GitHub user evilC: https://github.com/evilC/VTOLVRPhysical
Disclaimer: This mod is NOT plug and play and requires basic knowledge of editing XML. Please find the readme pdf file in the mod download and follow the instructions.
-Allows usage of HOTAS peripherals (joysticks and throttles) to control aircraft instead of the default virtual joystick and throttle. Featuring fully remappable button and axis inputs for HOTAS functions like weapon select and sensor controls. Customization tutorial file included in download!
\ No newline at end of file
+Allows usage of HOTAS peripherals (joysticks and throttles) to control aircraft instead of the default virtual joystick and throttle. Featuring fully remappable button and axis inputs for HOTAS functions like weapon select and sensor controls. Customization tutorial file included in download!
+
+## Installation
+
+1. Run the mod once.
+2. Rename the mod from VTOLVR_Physical_Input to VTOLVRPhysicalInput (Remove Underscores).
+3. Copy SharpDX.dll & SharpDX.DirectInput.dll from the Dependencies folder (VTOL VR\VTOLVR_ModLoader\Mods\VTOLVRPhysicalInput\Dependencies) to the Managed Folder (VTOL VR\VTOLVR_Data\Managed).
+
+4. The Hard Part: Edit the VTOLVRPhysicalInputSettings.xml to your HOTAS. (You can use the PDF included in the mod for this part if my explanation sucks)
+ - a. Hit the search button/bar and type joy.cpl if on windows.
+ - b. Rename the spot in between to the EXACT name of the HOTAS in joy.cpl.
+ - c. Repeat above for the Throttle HOTAS if you have one at the bottom of the file.
+ - d. Replace Button Numbers in the with the Button number on the HOTAS, shown in joy.cpl. (Use properties in joy.cpl)
+
+Notes:
+- The POV Hat setting is a bit confusing, I got it to work on my HOTAS by setting it to button 1.
+- Disabled ButtonToVectorComponent on the throttle because I didn't know what to use it for.
+
+