From 4e28caaf8dce64b04aa48fcea887119b54599913 Mon Sep 17 00:00:00 2001 From: civilx64 <26513472+civilx64@users.noreply.github.com> Date: Sun, 17 Dec 2017 22:53:43 -0500 Subject: [PATCH] Corrected name of *nix build script. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d77372219f..c5b0dfab5e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ or Clang 3.5 has been confirmed to work. ### Compiling on *nix -The following instructions are for Ubuntu, modify as required for other operating systems. [nix/build-all.sh] script +The following instructions are for Ubuntu, modify as required for other operating systems. [nix/build-all.py] script can be experimented with and studied for pointers for other operating systems, but note that this script is not currently meant to be used for a typical IfcOpenShell workspace setup. @@ -214,4 +214,4 @@ Usage examples [Visual C++ Build Tools]: http://landinghub.visualstudio.com/visual-cpp-build-tools "Visual C++ Build Tools" [MSYS2]: https://msys2.github.io/ "MSYS2" [win/readme.md]: https://github.com/IfcOpenShell/IfcOpenShell/tree/master/win/readme.md "win/readme.md" -[nix/build-all.sh]: https://github.com/IfcOpenShell/IfcOpenShell/tree/master/nix/build-all.sh "nix/build-all.sh" \ No newline at end of file +[nix/build-all.sh]: https://github.com/IfcOpenShell/IfcOpenShell/tree/master/nix/build-all.sh "nix/build-all.sh"