testing knotmirror
flowchart TD
A[Start] --> B[Process]
B --> C{Decision}
C -->|Yes| D[Success]
C -->|No| E[Failure]
D --> F[End]
E --> F
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gztesting knotmirror
flowchart TD
A[Start] --> B[Process]
B --> C{Decision}
C -->|Yes| D[Success]
C -->|No| E[Failure]
D --> F[End]
E --> F