Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate Linux method in README #408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ If your problem doesn't appear on the list or none of the solutions worked, subm
- Select Project->Active Configuration->Release (this will make this application run faster)
- Select Build->Build All. The package should now build successfully.
- The resulting executable and files will be in "Steam Desktop Authenticator/bin/Release"

## Alternate Linux method
- Start by going to the `releases` page of this repo and downloading the zip that contains all the files for the Windows version of SDA.
- Extract the files to a folder somewhere on the computer.
- Make sure you have the `mono` packaged installed. The `monodevelop` package is NOT required for this method.
- Open Terminal to the folder that contains the EXE and run `mono 'Steam Desktop Authenticator.exe'`. This will open the EXE as if it were on Windows through Mono. Since the app is pretty lightweight, this command should work completely, and you should have all features available to you including the ability to import an old maFiles.
- You can also run it like this: `mono 'path/to/Steam Desktop Authenticator.exe`. Running it like that will enable you to put it in a launcher or shortcut to easily run it from a GUI.