From e56589d54438cd9923617c5c9e36510c58b0d0ed Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 31 Oct 2024 13:45:28 +0500 Subject: [PATCH] ifcclash - fix broken list --- src/ifcopenshell-python/docs/ifcclash.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ifcopenshell-python/docs/ifcclash.rst b/src/ifcopenshell-python/docs/ifcclash.rst index 9ec28208d5..d6e35c8f5e 100644 --- a/src/ifcopenshell-python/docs/ifcclash.rst +++ b/src/ifcopenshell-python/docs/ifcclash.rst @@ -16,9 +16,9 @@ Source installation ------------------- 1. :doc:`Install IfcOpenShell ` -3. Optionally `install bcf `_ (needed for BCF reports of results) -4. `Clone the source code `_. -5. ``cd /path/to/IfcOpenShell/src/ifcclash`` +2. Optionally `install bcf `_ (needed for BCF reports of results) +3. `Clone the source code `_. +4. ``cd /path/to/IfcOpenShell/src/ifcclash`` Here is a minimal example of how to use IfcPatch as a Python module or CLI utility: