README.md in kosmos-0.0.4 vs README.md in kosmos-0.0.5

- old
+ new

@@ -82,9 +82,27 @@ And it'll be ready to go. ## Usage +### First run + +First, you have to point Kosmos to your Kerbal Space Program installation directory: + +``` +kosmos init "your-ksp-path" +``` +`your-ksp-path` varies with the operating system and game installation. +For a Steam-installed game it should be: + +* on OS X: `kosmos init "~/Library/Application Support/Steam/SteamApps/common/Kerbal Space Program/"` +* on Windows: `kosmos init "C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program"` +* on Linux: `kosmos init "~/Steam/SteamApps/common/Kerbal Space Program/"` + +Then, Kosmos will be ready to use. + +### Mod management + Install any command by running: ``` kosmos install name-of-the-mod-goes-here ```