You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
moonstone/README.md

32 lines
627 B
Markdown

2 years ago
<div align="center">
<h1>Ubuntu Smoother</h1>
2 years ago
<p>This utility is meant to be used in <a href="https://github.com/mirkobrombin/ubuntu-vanilla-gnome">Ubuntu Vanilla GNOME</a>
2 years ago
as a first-setup wizard. It's purpose is to help the user to configure the
system to his needs, e.g. by configuring snap, flatpak, flathub, etc.</p>
<img src="data/screenshot-1.png">
</div>
2 years ago
## Build
### Dependencies
- build-essential
- meson
- libadwaita-1-dev
- gettext
- desktop-file-utils
### Build
```bash
meson build
ninja -C build
```
### Install
```bash
sudo ninja -C build install
```
## Run
```bash
ubuntu-smoother
```