Skip to content

Commit 9517f7d

Browse files
authored
Update README.md
1 parent ed84f57 commit 9517f7d

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,9 @@ The goal of this project is to build a feature complete settings app for the Ubu
66
| - | - |
77
| ![](.github/images/light.png) | ![](.github/images/dark.png) |
88

9-
Mentionable packages that we use and want to thank are:
9+
# Releases
1010

11-
- [gsettings.dart](https://github.com/canonical/gsettings.dart)
12-
- [bluez.dart](https://github.com/canonical/bluez.dart)
13-
- [nm.dart](https://github.com/canonical/nm.dart)
14-
- [yaru.dart](https://github.com/ubuntu/yaru.dart)
15-
- [yaru_icons.dart](https://github.com/ubuntu/yaru_icons.dart)
16-
- [yaru_widgets.dart](https://github.com/ubuntu/yaru_widgets.dart)
17-
- [dbus.dart](https://github.com/canonical/dbus.dart)
18-
- [upower.dart](https://github.com/canonical/upower.dart)
19-
- [udisks.dart](https://github.com/canonical/udisks.dart)
20-
- [flex_color_picker](https://github.com/rydmike/flex_color_picker)
21-
22-
23-
# Alpha Releases / Download
24-
25-
Currently the app is in a very raw alpha state and pages are still missing.
26-
However if you want you can download, extract and then run alpha releases [from the releases page](https://github.com/Feichtmeier/settings/releases).
11+
The app will be soon available as a snap.
2712

2813
# Building
2914

@@ -35,6 +20,13 @@ The following steps are needed to run the app from the source code.
3520
sudo apt -y install git curl cmake meson make clang libgtk-3-dev pkg-config && mkdir -p ~/development && cd ~/development && git clone https://github.com/flutter/flutter.git -b stable && echo 'export PATH="$PATH:$HOME/development/flutter/bin"' >> ~/.bashrc && source ~/.bashrc
3621
```
3722

23+
## Run
24+
25+
Run the app with vscode or with
26+
```dart
27+
flutter run
28+
```
29+
3830
# TODO
3931

4032
- [X] use real yaru icons - thanks to @Jupi007

0 commit comments

Comments
 (0)