Skip to content

Instantly share code, notes, and snippets.

@mdeguzis
Created October 4, 2015 19:13
Show Gist options
  • Save mdeguzis/59918ac1359525dc8b0c to your computer and use it in GitHub Desktop.
Save mdeguzis/59918ac1359525dc8b0c to your computer and use it in GitHub Desktop.
# open run_steam.sh
```
~/.local/share/Steam/steamapps/common/Saviors
```
# uncomment the mono line and comment the regular launcher
```
mono --gc=sgen Saviors.exe
#./saviors_all
```
# Install mono runtime (available in the Debian sources)
```
sudo apt-get install mono-runtime
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment