From 109a1c549315f093dc0427c210badd7203f865b7 Mon Sep 17 00:00:00 2001 From: Jun <75189933+MXS-Jun@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:33:38 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f08b06..df95f9f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # AppImage2Deb-For-Deepin -A convenient tool which can convert AppImage to Deb in Deepin Standard. +A convenient tool which can convert AppImage to Deb in [Deepin Standard](https://doc.chinauos.com/content/M7kCi3QB_uwzIp6HyF5J). ![preview](https://github.com/user-attachments/assets/80eab217-ef02-4fec-b339-38d3f11f2219) +You should input the arguments in Deepin Standard. # Dependencies -To run 'main.py' successfully you should install 'PyQt5'. -The 'build.sh' will be called by a function in 'main.py', to run 'build.sh' properly, you should have a 'bash' environment with 'fakeroot' installed. +To run `main.py` successfully you should install `PyQt5`. +The `build.sh` will be called by a function in `main.py`, to run `build.sh` properly, you should have a `bash` environment with `fakeroot` installed. '''bash sudo apt install python3-pyqt5 sudo apt install fakeroot @@ -13,4 +14,4 @@ After download my script, you can just input the command below into your termina '''bash python3 /the/path/to/src/main.py ''' -The deb file will be put in '/the/path/to/src'. +The deb file will be put in `/the/path/to/src`.