fixed line break in readme

This commit is contained in:
Cyber Anonymous 2024-01-12 00:35:06 -03:00
parent ce595940f1
commit 40a8f82162
1 changed files with 5 additions and 5 deletions

View File

@ -2,12 +2,12 @@
This script was created so that you can generate your own appimage without cluttering your system with minetest compilation dependencies, without having to blindly trust the appimage created by a third party.
The dependencies for this project are:
make
The dependencies for this project are:<br/>
make <br/>
podman
The script will compile the most recent source code provided by the minetest repository itself, download the program responsible for generating the appimage and create the executable, all within a podman container, after which, as informed in the Makefile, it will copy the appimage to the project folder, at the end of creating the appimage, the Makefile will also remove the container and the image, after all, you will no longer need this after having the appimage
The script will compile the most recent source code provided by the minetest repository itself, download the program responsible for generating the appimage and create the executable, all within a podman container, after which, as informed in the Makefile, it will copy the appimage to the project folder, at the end of creating the appimage, the Makefile will also remove the container and the image, after all, you will no longer need this after having the appimage.
Usage is simple, just clone this repository locally and run:
make
Usage is simple, just clone this repository locally and run: <br/>
make <br/>
this will do all the heavy lifting (as long as the given dependencies are satisfied)