Updated Readme.md
This commit is contained in:
parent
05829537fd
commit
69b8ed7ef6
1 changed files with 5 additions and 3 deletions
|
@ -17,7 +17,7 @@ Downloading as .zip will not work because submodules are used. You must clone th
|
|||
## Linux
|
||||
Building on Linux is very simple. Make sure you have all the prerequisites listed above.
|
||||
|
||||
git clone https://github.com/dyc3/steamguard-cli.git
|
||||
git clone --recursive https://github.com/dyc3/steamguard-cli.git
|
||||
cd steamguard-cli
|
||||
make
|
||||
|
||||
|
@ -34,8 +34,7 @@ Coming soon...
|
|||
# Usage
|
||||
`steamguard-cli` looks for your `maFiles` folder in the current user's home directory (eg. `~/maFiles/`).
|
||||
Your `maFiles` can be created with [Steam Desktop Authenticator][SDA]. Creating `maFiles` with
|
||||
steamguard-cli is not supported at this time.
|
||||
**Your `maFiles` must be unencrypted at this time.**
|
||||
steamguard-cli is not supported at this time.
|
||||
|
||||
**REMEMBER TO MAKE BACKUPS OF YOUR `maFiles`, AND TO WRITE DOWN YOUR RECOVERY CODE!**
|
||||
|
||||
|
@ -46,3 +45,6 @@ steamguard-cli is not supported at this time.
|
|||
--verbose, -v Display some extra information when the program is running.
|
||||
--user, -u Specify an account for which to generate a Steam Gaurd code.
|
||||
Otherwise, the first account will be selected.
|
||||
--generate-code Generate a Steam Guard code and exit. (default)
|
||||
--encrypt Encrypt your maFiles or change your encryption passkey.
|
||||
--decrypt Remove encryption from your maFiles.
|
||||
|
|
Loading…
Reference in a new issue