From 34a0c4a560f2c114e0ad711f8bb56b541f40b437 Mon Sep 17 00:00:00 2001 From: wisnioskis <113554994+wisnioskis@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:56:04 -0400 Subject: [PATCH] Update README.md Add oneline install option. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d137ba5e..97997a51 100644 --- a/README.md +++ b/README.md @@ -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"