diff --git a/README.md b/README.md
index f430fcd..473ccfd 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,18 @@
# Huhnitor
Intergalactic serial monitor
+
+# Binaries
+All pre-compiled binaries can be located here.
+
+# Compiling
+Compiling requires you to install rustup.
+Clone the repository, cd into the root, and run the command `cargo build --release`, your binary will be located in `target/release`. This process should work on Windows, Mac, and Linux.
+
+# Usage
+This serial monitor is designed around being as easy to use as possible, just running the executable, then plugging the device you wish to communicate with when promoted should allow for auto-detection of the correct serial port. If this does not work, or you don't want to use this method for some other reason, specifying `-s` will display the serial ports viewed by the system, then allow you to type in any port path you like.
+
+## Credits
+Written by Jamz with help from Selicre.
+
+## License
+This software is licensed under the MIT License. See the [license file](LICENSE) for details.