From 058b351b3db22fe07105db63344c02de4f4164e9 Mon Sep 17 00:00:00 2001 From: Krasimir Nedelchev Date: Sun, 23 Feb 2020 16:20:17 +0000 Subject: [PATCH] Formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aaef33c..d9aaf2f 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This container runs a Time Machine server for remote backups of computers runnin ## Usage 1. Clone this repository `git clone --recursive http://git.pi.homes/kaykayehnn/home-timemachine.git` -2. Create a `.env` file following the template provided in `.env.schema`. -3. Create a symbolic link called `data` pointing to your preferred backup location. Example command: `ln -s /media/TimeMachine data`. -4. Start the container with `docker-compose up -d`. +2. Create a `.env` file by following the template provided in `.env.schema` +3. Create a symbolic link called `data` pointing to your preferred backup location. Example command: `ln -s /media/TimeMachine data` +4. Start the container `docker-compose up -d` ## Notes