From 4327ee37bac781476dccb865d06a6c00ff5dea92 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Fri, 9 Sep 2016 00:52:34 +0100 Subject: [PATCH] Fix and clarify one-liner --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 52ae8b8..2442c5e 100644 --- a/Readme.md +++ b/Readme.md @@ -3,4 +3,7 @@ A script and accompanying docker-compose file to go from a bare Docker install to a ready to be configured media server in seconds. Write up to follow. ## One liner to get started: -``` curl -sSL https://raw.githubusercontent.com/Adam-Ant/media-server-in-a-box/master/start.sh | sh ``` + + *Note: This needs to be run as root* + +``` curl -sSL https://raw.githubusercontent.com/Adam-Ant/media-server-in-a-box/master/start.sh | bash ```