An open API service indexing awesome lists of open source software.

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

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
```