Update README.md

This commit is contained in:
Mohammed Goder 2024-03-14 15:25:54 -05:00
parent 720f5538dd
commit 4daf585355

View File

@ -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`