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

https://github.com/axos-project/about

GTK app that shows basic infos about AxOS
https://github.com/axos-project/about

Last synced: 4 months ago
JSON representation

GTK app that shows basic infos about AxOS

Awesome Lists containing this project

README

          

# About AxOS

Simple GTK app that shows basic information about AxOS.

## Build

```bash
meson build --prefix=/usr
ninja -C build
```

## Install
(after the build step)
```bash
sudo ninja -C build install
```

![screenshot](/screenshot/about.png)