diff --git a/README.md b/README.md index 0f0bbc0..c93dcbe 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ The execution cycle can be set by configuring `timer.service` using systemd conv Repositories that are to be archived must be cloned into the `repositories` directory while `grs.sh` is not running a cycle. The safest way to do this is by: 1. Executing `systemctl stop grs.timer` 2. Executing `watch -c "systemctl status grs.service"` to confirm that `grs.sh` is inactive. - 3. Cloning a git repository into the `repositories` directory. - Example: + 3. Cloning a git repository into the `repositories` directory.\ + Example: 1. `cd repositories` 2. `git clone --recursive https://git.mgoder.com/mg/GitRepositorySynchronizerV1.git` 4. Executing `systemctl start grs.timer`