From 6df17c7718994b1084b0c29e0d01a6bf75e3dc68 Mon Sep 17 00:00:00 2001 From: Justin P Date: Sun, 6 Sep 2020 23:41:27 -0500 Subject: [PATCH] Update README.md Changed `wget` line to a single line. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60557093..a8b9eb85 100644 --- a/README.md +++ b/README.md @@ -77,14 +77,13 @@ outside. You must account for the corsaCross-Origin Resource Sharing (CORS) in y ## Docker-compose method (Recommended) -``` -wget https://raw.githubusercontent.com/hooram/ownphotos/dev/docker-compose.yml.template -cp docker-compose.yml.template docker-compose.yml +```bash +wget -O docker-compose.yml https://raw.githubusercontent.com/hooram/ownphotos/dev/docker-compose.yml.template ``` Open `docker-compose.yml` in your favorite text editor and make changes in the lines with `# CHANGE ME` -``` +```bash docker-compose up -d ```