Skip to content

Commit

Permalink
docs(suite-desktop): use mac-arm as default in build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
komret committed Aug 1, 2024
1 parent 348b32a commit 6016db1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/suite-desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ _Note: On Debian, CentOS and similar distributions you might need to add a `--no
yarn workspace @trezor/suite-desktop build:mac
```

Go to `./packages/suite-desktop/build-electron/mac` and open the app
Go to `./packages/suite-desktop/build-electron/mac-arm64` and open the app

or start the app from terminal:

```
./packages/suite-desktop/build-electron/mac/Trezor\ Suite.app/Contents/MacOS/Trezor\ Suite
./packages/suite-desktop/build-electron/mac-arm64/Trezor\ Suite.app/Contents/MacOS/Trezor\ Suite
```

Drop the `-arm64` suffix if you are using an Intel Mac.

### Windows

```
Expand Down

0 comments on commit 6016db1

Please sign in to comment.