Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 597 Bytes

how-do-i-run-an-app.md

File metadata and controls

15 lines (13 loc) · 597 Bytes
title subtitle links
How to I run an app?
Running apps downloaded from Eloquent Store is very simple.
title slug
How to I update apps?
updating-apps

All apps in Eloquent Store are packaged as AppImages, this means that you can download and run any app with very little effort, no matter what Linux distribution you're using.

Once you have an app on your system, you'll need to make it executable. You can do this using your distributions file manager or by running the following command in the terminal.

chmod a+x MyApp.AppImage