diff --git a/Data/LinuxRelease.md b/Data/LinuxRelease.md index 2f20ba7..e5bd30f 100644 --- a/Data/LinuxRelease.md +++ b/Data/LinuxRelease.md @@ -84,14 +84,16 @@ Make them executable by running this command in the folder they reside in: `chmod +x ./*.AppImage` Once those are installed, ensure the version is correct in the following files: -`fractorium/Builds/QtCreator/defaults.pri` - -`fractorium/Data/Fractorium.spec` +``` +fractorium/Builds/QtCreator/defaults.pri +fractorium/Data/Fractorium.spec +``` Ensure copyright and website links are correct in: -`fractorium/debian/copyright` - -`fractorium/debian/control` +``` +fractorium/debian/copyright +fractorium/debian/control +``` Then run these commands from the root of the fractorium folder: @@ -324,3 +326,4 @@ Update the README.md link to this. All done. Commit, push, send Pull Request. +