From 0e7b3c655b0774294280d745e555463533effdc4 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 30 Jul 2022 09:46:02 -0400 Subject: [PATCH] Add -d to get new directories when running cvs update --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 31f25cd..995fedc 100644 --- a/site/index.html +++ b/site/index.html @@ -551,7 +551,7 @@ If you already checkout out the code previously, make sure you update your local copy before you start developing:

-$ cvs -q update -P +$ cvs -q update -dP

You should now have the latest Telodendria source code. Follow