Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fanoping committed Jul 8, 2024
1 parent 3288c41 commit a73202c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# TravelBus Software (Linux Release)

Public release of TravelBus software for Acute's TravelBus products.
Public release of TravelBus application for Acute's TravelBus products.

**_NOTE:_** The software on Linux platform are still marked as beta versions. Please create an issue if you encounter any errors when running the program.
**_NOTE:_** The application on Linux platform are still marked as beta versions. Please create an issue if you encounter any errors when running the program.

## Supported Models

Expand All @@ -17,12 +17,12 @@ Ubuntu 18.04+ (Bionic Beaver)

## Usage

Download the latest software from the **Releases** page.
Download the latest application from the **Releases** page.

All our software are provided in an **AppImage** format. It requires making the
All our application are provided in an **AppImage** format. It requires making the
file into executable before using it.

Check the box that says Allow executing file as program as shown in the image.
Check the box that says **Allow executing file as program** as shown in the image.

![Demo Image](https://github.com/acute-technology-inc/tba-release/blob/main/res/image.png?raw=true)

Expand All @@ -32,21 +32,21 @@ Or, you can type
chmod 777 TravelBus_Analyzer-x86_64.AppImage
```

Simply double-click the file to launch the software after the file is changed into an executable file.
Simply double-click the file to launch the application after the file is changed into an executable file.

Next, the software requires udev rules to allow non-root access to Acute’s
Next, the application requires udev rules to allow non-root access to Acute’s
devices. Thus, you may need to install the udev rule file that you can obtain from
`LinuxSoftwareResources.tar.gz`.

1. Download the udev file.
2. Type the following command in the terminal
2. Type the following command in the terminal.

```
sudo cp 99-AcuteUSB.rules /etc/udev/rules.d
```

3. Restart PC.
4. Launch the software.
4. Launch the application.

## Troubleshooting

Expand Down
4 changes: 2 additions & 2 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Troubleshooting

This guide is for troubleshooting software on Linux platforms.
This guide is for troubleshooting application on Linux platforms.

## Fail to launch the software
## Fail to launch the application

- Since **AppImage** requires FUSE to work properly, you might see `dlopen(): error loading libfuse.so.2` where some distributions does not come with [`FUSE`](https://packages.debian.org/bookworm/libfuse2) library by default. For **Ubuntu**, **Debian** and their derivatives, here is the solution to make it works smoothly.

Expand Down

0 comments on commit a73202c

Please sign in to comment.