Skip to content

Commit e563b05

Browse files
committed
chor: add uninstallation instructions
1 parent 5fdcd4c commit e563b05

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ ChemLocalLink is a cross-platform application designed to manage and process Che
4141
- A desktop shortcut and start menu entry will be created
4242

4343

44-
### Linux (Debian/Ubuntu)
44+
### Linux (Debian-based)
4545

4646
#### Prerequisites
47-
- Debian 11+ or Ubuntu 20.04+
47+
- Debian-based System
4848
- No additional runtime installation required (self-contained package)
4949

5050
#### Download and Install
5151
1. **Download the latest .deb package** from the [Releases page](https://github.com/Chemotion/ChemLocalLink/releases/latest)
52-
- For x64 systems: `chemlocallink_x.x.x_amd64.deb`
53-
- For ARM64 systems: `chemlocallink_x.x.x_arm64.deb`
52+
- For x64 systems: `ChemLocalLink_x.x.x_amd64.deb`
53+
- For ARM64 systems: `ChemLocalLink_x.x.x_arm64.deb`
5454

5555
2. **Install the package**
5656

5757
**Using apt (recommended)**
5858
```bash
5959
sudo apt update
60-
sudo apt install ./chemlocallink_x.x.x_amd64.deb
60+
sudo apt install ./ChemLocalLink_x.x.x_amd64.deb
6161
```
6262
- The application will be available in your applications menu
6363
- You can launch from terminal: `chemlocallink`
@@ -70,6 +70,20 @@ The Debian package automatically:
7070
- Adds application icon to system icon themes
7171
- Updates desktop database and MIME associations
7272

73+
## Uninstallation
74+
75+
### Windows
76+
77+
- Open Control Panel
78+
- Go to Programs > Programs and Features
79+
- Find "ChemLocalLink" in the list
80+
- Right-click and select "Uninstall"
81+
82+
### Linux (Debian-based)
83+
84+
```bash
85+
sudo apt remove chemlocallink
86+
```
7387

7488
## Directory & Data Layout
7589
Application data base path: (OS ApplicationData)/`ChemLocalLink`

0 commit comments

Comments
 (0)