https://github.com/axos-project/axinstall-gui
GUI interface for AxOS installer
https://github.com/axos-project/axinstall-gui
Last synced: over 1 year ago
JSON representation
GUI interface for AxOS installer
- Host: GitHub
- URL: https://github.com/axos-project/axinstall-gui
- Owner: AxOS-project
- Created: 2024-11-10T10:52:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T09:03:07.000Z (over 1 year ago)
- Last Synced: 2025-03-04T10:19:38.463Z (over 1 year ago)
- Language: Python
- Size: 874 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axinstall GUI
This is a GUI for the Axinstall backend. It is made with python and GTK.
## 💾 Installation
```bash
$ meson --prefix=/usr _build
$ ninja -C _build
$ cd _build
$ sudo ninja install
```