Skip to content

Commit c17eee5

Browse files
authoredOct 19, 2024
Format docs/RUN.md
1 parent 6478b99 commit c17eee5

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed
 

‎docs/RUN.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
How to run portable version on Linux
2-
=======
1+
# Instructions to run XOpcodeCalc
32

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)
3+
## Portable Version on Linux
4+
Download an [appImage file](https://github.com/horsicq/XOpcodeCalc/releases/download/0.05/XOpcodeCalc-0.05-x86_64.AppImage)
5+
6+
Make the file executable
7+
```bash
8+
chmod +x XOpcodeCalc-0.05-x86_64.AppImage
9+
```
10+
11+
Run it
12+
```bash
13+
./XOpcodeCalc-0.05-x86_64.AppImage
14+
```

0 commit comments

Comments
 (0)
Please sign in to comment.