Skip to content
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,21 @@ sudo gpasswd -a $USER plugdev

### Arch Linux

Arch Linux can install the hslink-nexus release via [AUR](https://aur.archlinux.org/packages/hslink-nexus) or [self-sourcing](https://github.com/taotieren/aur-repo).
Arch Linux can install the hslink-nexus release via [AUR](https://aur.archlinux.org/packages/hslinknexus) or [self-sourcing](https://github.com/taotieren/aur-repo).

```bash
yay -Syu hslink-nexus
yay -Syu hslinknexus
```

Note: The package of `hslinkupper` has been installed. Install the `hslinknexus` package directly to upgrade. The new package has been replaced and dependent.

Arch Linux can install the hslink-nexus development package via the [AUR](https://aur.archlinux.org/packages/hslink-nexus-git).

```bash
yay -Syu hslink-nexus-git
```

### Debian or Ubuntu etc
### Debian / Ubuntu etc

```bash
pnpm install
Expand Down