Update README.md
This commit is contained in:
parent
eee4e85582
commit
71de216e73
|
@ -9,9 +9,11 @@
|
||||||
5. `git clone https://git.dn42.us/dn42/registry.git`.
|
5. `git clone https://git.dn42.us/dn42/registry.git`.
|
||||||
6. `git -C registry/ remote rename origin upstream && git -C registry/ fetch --all`
|
6. `git -C registry/ remote rename origin upstream && git -C registry/ fetch --all`
|
||||||
7. Verify everything work by running `cd ~/dn42/roagen/ && ./update.sh`.
|
7. Verify everything work by running `cd ~/dn42/roagen/ && ./update.sh`.
|
||||||
8. In $USER crontab file put `44 */3 * * * cd ~/dn42/roagen/ && ./update.sh`. Finetune time between runs to your liking.
|
8. In $USER crontab file put `@daily cd ~/dn42/roagen/ && ./update.sh`. Finetune
|
||||||
|
time between runs to your liking.
|
||||||
|
|
||||||
NB: The roagen.php script is written with the paths to the dn42 registry folder being both git repositories reside in the same parent folder.
|
NB: The roagen.php script is written with the paths to the dn42 registry
|
||||||
|
folder being both git repositories reside in the same parent folder.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ tree -L 3 ~/dn42/
|
$ tree -L 3 ~/dn42/
|
||||||
|
|
Loading…
Reference in a new issue