Skip to content

Commit

Permalink
Updated user/dev guide regarding AppImage troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
scopplestone committed Dec 4, 2024
1 parent aa1115f commit 168197b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/documentation/developerguide/appimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Next, download the AppImage executable and run

./linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage --desktop-file=../hopr.desktop

If an error is encountered, see the Section {ref}`developerguide/appimage:Troubleshooting` section for a possible solution.
If an error is encountered, see the Section {ref}`developerguide/appimage:Troubleshooting` for a possible solution.
The executable should be created in the top-level directory, e.g.,

hopr-2de94ad-x86_64.AppImage
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/userguide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After downloading the binary file, it has to be made executable via

chmod +x hopr-x86_64.AppImage

before being used.
before being used. If an error occurs when trying to execute the binary, check Section {ref}`developerguide/appimage:Troubleshooting` for a possible solution.

The following table shows that there is no apparent drop in performance when using a pre-compiled executable:
```{table} Performance test with pre-compiled executable: Cart-2D 665600 #Elements
Expand Down

0 comments on commit 168197b

Please sign in to comment.