|
1 | | -<p align="center"> |
2 | | - <img src="data/icons/128.svg" alt="Icon" /> |
3 | | -</p> |
4 | | -<h1 align="center">Roll-It</h1> |
5 | | -<p align="center"> |
6 | | - <a href="https://appcenter.elementary.io/io.github.ellie_commons.rollit"><img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter" /></a> |
7 | | -</p> |
8 | 1 |
|
9 | | -|  |  | |
10 | | -|------------------------------------------|-----------------------------------------| |
| 2 | +<div align="center"> |
| 3 | + <img alt="An icon representing a six-sided dice, showing a three" src="data/icons/128.svg" /> |
| 4 | + <h1>Roll-It</h1> |
| 5 | + <h3>Simply roll a dice</h3> |
| 6 | +</div> |
11 | 7 |
|
12 | | -## Roll the dice |
13 | | - |
14 | | -Simulate the results of rolling a die. Roll a six-sided die by default, or get the results of rolling a custom die with up to one-hundred sides. |
| 8 | +<span align="center"> <img class="center" src="https://github.com/ellie-commons/rollit/blob/main/data/screenshots/screenshot1.png" alt="A screenshot of a window displaying a dice result and a history of past rolls"></span> |
| 9 | +</div> |
15 | 10 |
|
16 | 11 | ## Installation |
17 | 12 |
|
18 | 13 | Roll-It is designed and developed primarily for [elementary OS]. The latest stable release is available via AppCenter. |
19 | 14 |
|
20 | | -[][AppCenter link] |
| 15 | +[](https://appcenter.elementary.io/io.github.ellie_commons.rollit) |
21 | 16 |
|
22 | | -Any version distributed elsewhere is not provided nor supported by me. |
23 | 17 |
|
24 | | -## Building |
| 18 | +It is the updated, older codebase of Chance, which once was an elementary OS, but is now on Flathub and for GNOME systems: |
25 | 19 |
|
26 | | -### Flatpak |
| 20 | +The code is originally from @zelikos, who allowed us to update it for elementary OS |
27 | 21 |
|
28 | | -First, install the elementary Flatpak runtime & SDK: |
| 22 | +[<img src="https://flathub.org/assets/badges/flathub-badge-en.svg" width="160" alt="Download on Flathub">](https://flathub.org/apps/dev.zelikos.rollit) |
| 23 | + |
| 24 | +## 💝 Donations |
| 25 | + |
| 26 | +On the right you can donate to various contributors: |
| 27 | + - Akzel/Zelikos, the original author |
| 28 | + - teamcons, the main devs and maintainers behind this updated |
29 | 29 |
|
30 | | -```shell |
31 | | -flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo |
32 | | -flatpak install appcenter io.elementary.Platform//6.1 io.elementary.Sdk//6.1 |
33 | | -``` |
34 | 30 |
|
35 | | -Then, to build and install Roll-It: |
| 31 | +## 🏗️ Building |
36 | 32 |
|
37 | | -```shell |
38 | | -flatpak-builder build io.github.ellie_commons.rollit.yml --user --install --force-clean |
| 33 | +Installation is as simple as installing the above, downloading and extracting the zip archive, changing to the new repo's directory, |
| 34 | +and run the following command: |
| 35 | + |
| 36 | +### On elementary OS or with its appcenter remote installed |
| 37 | + |
| 38 | +```bash |
| 39 | +flatpak-builder --force-clean --user --install-deps-from=appcenter --install builddir ./io.github.ellie_commons.rollit.yml |
39 | 40 | ``` |
40 | 41 |
|
41 | | -[elementary OS]: https://elementary.io |
42 | | -[AppCenter link]: https://appcenter.elementary.io/io.github.ellie_commons.rollit |
| 42 | +### On other systems: |
| 43 | + |
| 44 | +First, install the elementary Flatpak runtime & SDK: |
| 45 | + |
| 46 | +flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo |
| 47 | +flatpak install appcenter io.elementary.Platform//8.2 io.elementary.Sdk//8.2 |
0 commit comments