Skip to content

Commit

Permalink
some additionals to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tre3p committed Sep 4, 2022
1 parent b167dae commit 30f2520
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ This project is analogous to [Steam Desktop Authenticator](https://github.com/Je
## How to use

- Download relevant version of application from [Releases](https://github.com/tre3p/steam-desktop-authenticator-multiplatform/releases) page.
- Extract application to any folder you want, put your maFiles to maFiles folder and launch the application.
- Extract application to any folder you want, put your maFiles to maFiles folder and launch the application with following command on Linux/MacOS:

## Build
```sh
chmod +X sda-multiplatform
./sda-multiplatform
```

If you want to build application yourself - you can follow this guide.
## Build

### Windows

Expand Down Expand Up @@ -55,7 +58,7 @@ fyne package

### MacOS

Coming soon. For now, only executable script available. You can build it using following command:
Coming soon. For now, only executable script available. You can build and launch it using following commands:

```sh
go build
Expand Down

0 comments on commit 30f2520

Please sign in to comment.