Minor documentation tweak

This commit is contained in:
Viktor Petersson
2022-10-14 17:56:11 +01:00
parent 04ee12978b
commit 336fc4de4e
3 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ on:
paths:
- '.github/workflows/build-webview.yaml'
- 'webview/**'
paths-ignore:
- 'webview/README.md'
jobs:
build-docker-image:

View File

@@ -6,6 +6,7 @@ on:
- master
- production
paths-ignore:
- 'README.md'
- 'webview/**'
- '.github/workflows/build-webview.yaml'
- README.md
@@ -14,6 +15,7 @@ on:
- master
- production
paths-ignore:
- 'README.md'
- 'webview/**'
- '.github/workflows/build-webview.yaml'
workflow_call:

View File

@@ -19,7 +19,7 @@ Want to help OSE thrive? Support us using [GitHub Sponsor](https://github.com/sp
## Installing on Raspbian/Raspberry Pi OS
The tl;dr for installing Screenly OSE on [Raspbian Lite](https://www.raspberrypi.org/downloads/raspbian/) is:
The tl;dr for installing Screenly OSE on [Raspberry Pi OS](https://www.raspberrypi.com/software/) Bullseye Lite is:
```
$ bash <(curl -sL https://install-ose.srly.io)