Skip to content

Commit

Permalink
Remove the deployment with AppImage (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored Oct 9, 2023
1 parent 5a9c9e2 commit a64e995
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 192 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/appimage.yml

This file was deleted.

111 changes: 0 additions & 111 deletions AppImageBuilder.yml

This file was deleted.

14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@ Inside the virtual environment, install the application from `pip`:
pip install robot-log-visualizer
```

### 📦 Use the `AppImage`
If you are in a Linux distribution you can use the [`AppImage`](https://appimage.org/).
Please run the following command on your terminal. Remember to change the `version` number in the following command
```console
version=0.6.1
wget https://github.com/ami-iit/robot-log-visualizer/releases/download/v${version}/robot-log-visualizer-${version}-x86_64.AppImage
chmod a+x robot-log-visualizer-${version}-x86_64.AppImage
```

Run the application
```console
./robot-log-visualizer-${version}-x86_64.AppImage
```

### 👷 Install the latest version (not recommended)
If you want to use the latest feature of the `robot-log-visualizer` you can install it with the
following command
Expand Down

0 comments on commit a64e995

Please sign in to comment.