Add instruction to clone recursively to README

This commit is contained in:
Krasimir Nedelchev 2020-02-23 16:18:37 +00:00
parent cf3cf6501b
commit 2e62d0753e

View File

@ -4,9 +4,10 @@ This container runs a Time Machine server for remote backups of computers runnin
## Usage ## Usage
1. Create a `.env` file following the template provided in `.env.schema`. 1. Clone this repository `git clone --recursive http://git.pi.homes/kaykayehnn/home-timemachine.git`
2. Create a symbolic link called `data` pointing to your preferred backup location. Example command: `ln -s /media/TimeMachine data`. 2. Create a `.env` file following the template provided in `.env.schema`.
3. Start the container with `docker-compose up -d`. 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`.
## Notes ## Notes