Skip to content

Commit 94fe27b

Browse files
authored
Update README.md
1 parent d0f5e49 commit 94fe27b

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,21 @@ built for [elementary OS].
3131
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)][AppCenter]
3232

3333

34-
## Re-set autostart
34+
## Reset autostart
3535

36-
You can simply run
36+
You can run:
3737

38-
39-
```bash
38+
```shell
4039
flatpak run com.github.elfenware.badger --request-autostart
4140
```
4241

4342
To run in headless mode (in the background)
4443

45-
46-
```bash
44+
```shell
4745
flatpak run com.github.elfenware.badger --headless
4846
```
4947

48+
5049
## Developing and building
5150

5251
Development is targeted at [elementary OS]. If you want to hack on and
@@ -78,12 +77,9 @@ Then run it with:
7877
com.github.elfenware.badger
7978
```
8079

81-
Alternatively, with flatpak-builder, installation is as simple as downloading and extracting the zip archive, changing to the new repo's directory,
82-
and run the following command:
83-
84-
On elementary OS or with its appcenter remote installed
80+
Alternatively, on elementary OS or with its AppCenter remote installed, you run the following command:
8581

86-
```bash
82+
```shell
8783
flatpak-builder --force-clean --user --install-deps-from=appcenter --install builddir ./com.github.elfenware.badger.yml
8884
```
8985

0 commit comments

Comments
 (0)