Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Once the command has finished, a new `build/` folder will be created in the proj
If you are running a 64 bit Linux OS, you will also be able to create ARM64 binaries. To do so, run the following command:

```
yarn run build:arm
yarn run build:arm64
```

Binaries will be located in the same location as the other command.
Loading