... | ... | @@ -5,13 +5,13 @@ You just have to download the newest version or a specific version of your inter |
|
|
|
|
|
## Install
|
|
|
AppImages are an executable archive that contains most, if not all, needed dependencies for the program.
|
|
|
So the only thing that you need to do before running OpenWalnut is:
|
|
|
So the only thing that you need to do before running OpenWalnut is making it executable:
|
|
|
```shell
|
|
|
$ chmod u+x OpenWalnut-<version>.AppImage
|
|
|
```
|
|
|
|
|
|
## Run
|
|
|
As the AppImage is an executable in itself you just need to run the file.
|
|
|
As the AppImage is an executable in itself, you just need to run the file.
|
|
|
This can be achieved by doing:
|
|
|
```shell
|
|
|
$ ./OpenWalnut-<version>.AppImage
|
... | ... | |