blob: d9bac406df5f0085a1d3b7fb16773d1dc5318557 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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/)
|