From 3e4779f43c59c9a4a3a1ff2a15750c29fd2f7324 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Wed, 19 Dec 2018 12:28:05 +0000 Subject: [PATCH] readme: add dir tree --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a4702c4..da99a16 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,10 @@ This repository is for testing purpose before deploying code into [master reposi 7. In $USER crontab file put `44 */3 * * * cd ~/dn42/dn42-rpki-export.json-test/ && php roagen.php && php rfc8416.php`. 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. + +``` +$ tree -L 1 ~/dn42/ +dn42 +|-- registry +`-- rpki-export-test +```