We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a86571 commit d58909aCopy full SHA for d58909a
README.md
@@ -24,7 +24,11 @@ You can download `.dmg` to install the software.
24
25
**For Linux**
26
27
-Decompression software. Open a terminal, enter the unzipped directory, and run `sudo ./Mystudio-xxx.AppImage`.
+Enter the `uname - m` command in the command line to check the hardware architecture of the current system.
28
+If it is x86_64:
29
+Decompression software. Open a terminal, enter the unzipped directory, and run `sudo ./myStudio-xxx.AppImage`.
30
+If it is aarch64:
31
+Decompression software. Open a terminal, enter the unzipped directory, and run `sudo ./myStudio-xxx-arm64.AppImage`.
32
33
## Open Source Firmware Flashing
34
0 commit comments