Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Users/EmioLabs/emio-labs-user-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Ensure your system meets the following minimum requirements:
<TabItem value="linux" label="Linux" default>
:::important[requirements]
- To use the portable format `.AppImage`, install libfuse2: `sudo apt install libfuse2`
- Most Linux operating system distributions include Tk. If not already installed: `sudo apt install tk`
:::

1. **Installer.** If you have downloaded an installer `.deb`, run it and follow the on-screen instructions. When the installation is completed, simply search for the **Emio Labs** application on your computer, as you would do with any other software.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Ensure your system meets the following minimum requirements:
<TabItem value="linux" label="Linux" default>
:::important[requirements]
- To use the portable `.AppImage`, install libfuse2: `sudo apt install libfuse2`
- Most Linux operating system distributions include Tk. If not already installed: `sudo apt install tk`
:::
1. **Installer.** If you have downloaded an installer `.deb`, run it and follow the on-screen instructions. When the installation is completed, simply search for the **Emio Labs** application on your computer, as you would do with any other software.
2. **Portable.** If you have downloaded a portable `.AppImage`, untar the file, the **Emio Labs** application is the resulting executable file.
Expand Down
Loading