From 39fa93203715236d07cbff5d315f5a34267e28bf Mon Sep 17 00:00:00 2001 From: Maryanne Wachter Date: Mon, 4 Oct 2021 08:22:06 -0700 Subject: [PATCH] Updated readme usage links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e0985cc5d6..4426e8304e 100644 --- a/README.md +++ b/README.md @@ -179,14 +179,14 @@ Usage examples **Invoking IfcConvert from the command line** - $ wget ftp://ftp.dds.no/pub/ifc/Munkerud/Munkerud_hus6_BE.zip - $ unzip Munkerud_hus6_BE.zip - $ ./IfcConvert Munkerud_hus6_BE.ifc - $ less Munkerud_hus6_BE.obj + $ wget -O duplex.zip https://portal.nibs.org/files/wl/\?id=4DsTgHFQAcOXzFetxbpRCECPbbfUqpgo + $ unzip duplex.zip + $ ./IfcConvert Duplex_A_20110907_optimized.ifc + $ less Duplex_A_20110907_optimized.obj **Using the IfcOpenShell Python interface** - $ wget -O duplex.zip https://portal.nibs.org/files/wl/?id=4DsTgHFQAcOXzFetxbpRCECPbbfUqpgo + $ wget -O duplex.zip https://portal.nibs.org/files/wl/\?id=4DsTgHFQAcOXzFetxbpRCECPbbfUqpgo $ unzip duplex.zip $ python >>> import ifcopenshell