change project to mangowc

This commit is contained in:
DreamMaoMao 2025-08-01 10:56:39 +08:00
parent 2b74dee89e
commit 9adb71486a

View file

@ -1,4 +1,4 @@
# Mango # MangoWC
<img width="255" height="256" alt="mango-transparency-256" src="https://github.com/user-attachments/assets/54caff2c-932f-4998-a090-2a5292ebbfa4" /> <img width="255" height="256" alt="mango-transparency-256" src="https://github.com/user-attachments/assets/54caff2c-932f-4998-a090-2a5292ebbfa4" />
@ -74,7 +74,7 @@ https://github.com/user-attachments/assets/014c893f-115c-4ae9-8342-f9ae3e9a0df0
## Arch Linux ## Arch Linux
```bash ```bash
yay -S mango-git yay -S mangowc-git
``` ```
@ -114,8 +114,8 @@ cd scenefx
meson build -Dprefix=/usr meson build -Dprefix=/usr
sudo ninja -C build install sudo ninja -C build install
git clone https://github.com/DreamMaoMao/mango.git git clone https://github.com/DreamMaoMao/mangowc.git
cd mango cd mangowc
meson build -Dprefix=/usr meson build -Dprefix=/usr
sudo ninja -C build install sudo ninja -C build install
``` ```