Readme Update for Equilotl GUI PR (#168)

* Update README.md

oh boy here we go

* For requesting the contributor badge

Even if my main work so far has been linux installation related I'm starting to move to other areas with crossplatform in mind
My work will expand slowly as I'm learning typescript (i was already somewhat a novice with javascript)

* X11 and Wayland GUI links

as requested

* Update README.md
This commit is contained in:
PhoenixAceVFX 2025-03-03 14:25:05 -05:00 committed by GitHub
parent c04ea1ff78
commit 566db77bba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -185,6 +185,7 @@ MacOS
- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl.MacOS.zip)
Linux
- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl-x11)
- [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli-Linux)
- [AUR](https://aur.archlinux.org/packages?O=0&K=equicord)
```shell

View file

@ -1008,6 +1008,10 @@ export const EquicordDevs = Object.freeze({
name: "port",
id: 1318383159645311009n,
},
PhoenixAceVFX: {
name: "PhoenixAceVFX",
id: 1016895892055396484n,
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly