# 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/)