From 35e25cdfadf991a74334b8aebe6d8d9e17908ca4 Mon Sep 17 00:00:00 2001 From: Indian-Techie09 <102227305+Indian-Techie09@users.noreply.github.com> Date: Tue, 31 Jan 2023 22:33:06 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 346f56b..1747fd2 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,17 @@ Containers set up are :- To install this script run ```bash - sudo apt-get update +sudo apt-get update ``` ```bash - wget -O /home/$USER/bash.sh https://raw.githubusercontent.com/Indian-Techie09/docker-media-server/main/docker-media-server.sh +wget -O /home/$USER/dockermediaserver.sh https://raw.githubusercontent.com/Indian-Techie09/docker-media-server/main/docker-media-server.sh ``` ```bash - bash bash.sh +bash dockermediaserver.sh ``` Once you run the script .env file will open change UGID, PGID, Time Zone and data directory where you want to store your data. Once done Save the file and run ```bash - sudo docker compose up +sudo docker compose up ```