mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
24 lines
535 B
Markdown
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/)
|