diff --git a/README.md b/README.md
index 138e98f..3c5c38e 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ Visit the [AlterWare Forum](https://forum.alterware.dev/) or [Discord](https://d
#### Building from Source
- [Install Rust](https://rustup.rs/)
+- [Linux/unix] Make sure perl is installed1
- Clone the repository
- Run ```cargo build --release```
- The executable will be located in ```target/release```
@@ -92,4 +93,8 @@ Visit the [AlterWare Forum](https://forum.alterware.dev/) or [Discord](https://d
### Note for server owners:
When the launcher updates itself __on Windows__ it will restart by spawning a new console. If you are automating this process, you should probably use ```--skip-launcher-update``` and download the latest launcher yourself from [here](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher.exe).
-The linux build does __not__ update itself.
\ No newline at end of file
+The linux build does __not__ update itself.
+
+---
+
+1 [Required for OpenSSL](https://docs.rs/openssl/latest/openssl/#vendored)
\ No newline at end of file