Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Void Linux install/uninstall instructions #81

Merged
merged 1 commit into from
Sep 22, 2023
Merged
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
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ Mangadesk is available through the [MPR](https://mpr.makedeb.org/packages/mangad
$ una install mangadesk
```

### Void Linux

Mangadesk is available through the official Void repositories and can be installed via XBPS:

```cmd
$ xbps-install -S mangadesk
```

## Uninstall ❌

To uninstall, simply delete the executable and its related folders and files.
Expand All @@ -79,6 +87,14 @@ Uninstall with a MPR helper or with APT:
$ una remove mangadesk
```

### Void Linux

Uninstall with XBPS:

```cmd
$ xbps-remove -R mangadesk
```

## Usage ✍

To run the application, navigate to the directory where you stored the executable, and run the following command:
Expand Down