Update README.md
Add oneline install option.
This commit is contained in:
parent
d0f2f3999a
commit
34a0c4a560
@ -61,7 +61,13 @@ For configuration options, examples and more, [please check out the homepage doc
|
||||
|
||||
## With Docker
|
||||
|
||||
Using docker compose:
|
||||
Using the oneline installer (docker-compose):
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/gethomepage/homepage/main/homepagehelper.sh && chmod +x homepagehelper.sh && sudo ./homepagehelper.sh install
|
||||
```
|
||||
|
||||
or docker compose:
|
||||
|
||||
```yaml
|
||||
version: "3.3"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user