aur/README.md
2024-10-26 09:23:14 +08:00

24 lines
535 B
Markdown

# Cherry Studio AUR Package
---
This repository contains the AUR package for [Cherry Studio](https://github.com/kangfenmao/cherry-studio), designed to facilitate installation and management for Arch Linux users.
## Installation
### Install with yay
```bash
yay -S cherry-studio-bin
```
### Manual Installation
1. Clone the repository:
```bash
git clone https://aur.archlinux.org/cherry-studio-bin.git
cd cherry-studio-bin
```
2. Build and install using `makepkg`:
```bash
makepkg -si
```
## License
[MIT](https://mit-license.org/)