Steam: Difference between revisions
imported>Legendofmiracles Adds steam-tui instructions |
imported>Legendofmiracles m fix code blocks |
||
Line 27: | Line 27: | ||
=== steam-tui === | === steam-tui === | ||
If you want the steam-tui client you'll have to install it, but since it relies on `steamcmd` being set up, you'll have to set that up, just to generate the right files. | If you want the steam-tui client you'll have to install it, but since it relies on `steamcmd` being set up, you'll have to set that up, just to generate the right files. | ||
<syntaxHighlight lang=nix> | |||
And then log in: | nix-shell -p steamcmd --run steamcmd | ||
</syntaxHighlight> | |||
And then log in: <syntaxHighlight>login <username> <password> <steam f2a password></syntaxHighlight> | |||
After that, steam-tui should start fine. | After that, steam-tui should start fine. | ||