diff --git a/README.md b/README.md index 48cde6f..45b3d94 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A convenient tool which can convert AppImage to Deb in [Deepin Standard](https:/ ![preview](https://github.com/user-attachments/assets/80eab217-ef02-4fec-b339-38d3f11f2219) You should input the arguments in Deepin Standard. +You can find AppImages to convert [here](https://appimage.github.io/apps/). + # 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. @@ -15,7 +17,7 @@ sudo apt install fakeroot # Run After download my script, you can just input the command below into your terminal: -'''bash +```bash python3 /the/path/to/src/main.py -''' +``` The deb file will be put in `/the/path/to/src`.