Skip to content

Commit c94735d

Browse files
committed
📝 documented installation and tasks
1 parent 75f30f0 commit c94735d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,6 @@ Adding a line like this will run cleanup every day at 11 PM for _all_ repositori
9292
You can created a scheduled task via GUI or command prompt. Again, make sure to provide correct paths for the cleanup executable and project directory.
9393

9494
````shell script
95-
> SCHTASKS /CREATE /SC DAILY /TR "C:\Path\To\cleanup.exe branches --has-multiple-repos C:\Path\To\Projects" /ST 23:00
95+
> SCHTASKS /CREATE /SC DAILY /ST 23:00 /TN "Clean up repositories" ^
96+
/TR "C:\Path\To\cleanup.exe branches --has-multiple-repos C:\Path\To\Projects"
9697
````

0 commit comments

Comments
 (0)