We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6478b99 commit c17eee5Copy full SHA for c17eee5
docs/RUN.md
@@ -1,6 +1,14 @@
1
-How to run portable version on Linux
2
-=======
+# Instructions to run XOpcodeCalc
3
4
-- download an appImage file (https://github.com/horsicq/XOpcodeCalc/releases/download/0.05/XOpcodeCalc-0.05-x86_64.AppImage)
5
-- make the file executable (chmod +x XOpcodeCalc-0.05-x86_64.AppImage)
6
-- run it (./XOpcodeCalc-0.05-x86_64.AppImage)
+## Portable Version on Linux
+Download an [appImage file](https://github.com/horsicq/XOpcodeCalc/releases/download/0.05/XOpcodeCalc-0.05-x86_64.AppImage)
+
+Make the file executable
7
+```bash
8
+chmod +x XOpcodeCalc-0.05-x86_64.AppImage
9
+```
10
11
+Run it
12
13
+./XOpcodeCalc-0.05-x86_64.AppImage
14
0 commit comments