diff --git a/SYSTEMS.md b/SYSTEMS.md
index aedc1e34a..50f68ff06 100644
--- a/SYSTEMS.md
+++ b/SYSTEMS.md
@@ -181,3 +181,32 @@ Requires a [Nintendo GameBoy Advance Core](http://wiki.libretro.com/index.php?ti
gba
```
+
+## [Steam](http://store.steampowered.com)
+
+1. Create a folder at `~/.emulationstation/steam`
+ ```
+ mkdir -p ~/.emulationstation/steam
+ ```
+2. Add text files for each Steam game you would like to have available through
+EmulationStation where:
+ * The file name represents the game's name
+ * The contents of the file represents the Steam application ID (found from the
+ game's Steam store page)
+
+ ```
+ cd ~/.emulationstation/steam
+ echo "250900" >> "The Binding of Isaac: Rebirth.txt"
+ ```
+
+``` xml
+
+ steam
+ Steam
+ ~/.emulationstation/steam
+ .txt
+ steam steam://rungameid/$(tail %ROM%)
+ pc
+ steam
+
+```