From 78367f9d33924f0137a7853650d1b290d154c000 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Sun, 10 Nov 2024 22:18:01 +0100 Subject: [PATCH] Update readme --- armorlab/readme.md | 3 +-- armorpaint/readme.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/armorlab/readme.md b/armorlab/readme.md index 238f145a..325d30c8 100644 --- a/armorlab/readme.md +++ b/armorlab/readme.md @@ -10,9 +10,8 @@ armorlab *Note 2: If you are compiling git version of ArmorLab, then you need to have a compiler ([Visual Studio with clang tools](https://visualstudio.microsoft.com/downloads/) - Windows, [clang + dependencies](https://github.com/armory3d/armortools/wiki/Linux-Dependencies) - Linux, [Xcode](https://developer.apple.com/xcode/resources/) - macOS / iOS, [Android Studio](https://developer.android.com/studio) - Android) and [git](https://git-scm.com/downloads) installed.* ```bash -git clone --recursive https://github.com/armory3d/armortools +git clone https://github.com/armory3d/armortools cd armortools/armorlab -git clone https://github.com/armory3d/onnx_bin onnx # Unpack `models.zip` from https://github.com/armory3d/armorai/releases into `assets/models` using 7-Zip - Extract Here ``` diff --git a/armorpaint/readme.md b/armorpaint/readme.md index 96cda53c..58b38c05 100644 --- a/armorpaint/readme.md +++ b/armorpaint/readme.md @@ -10,7 +10,7 @@ armorpaint *Note 2: If you are compiling git version of ArmorPaint, then you need to have a compiler ([Visual Studio with clang tools](https://visualstudio.microsoft.com/downloads/) - Windows, [clang + dependencies](https://github.com/armory3d/armortools/wiki/Linux-Dependencies) - Linux, [Xcode](https://developer.apple.com/xcode/resources/) - macOS / iOS, [Android Studio](https://developer.android.com/studio) - Android) and [git](https://git-scm.com/downloads) installed.* ```bash -git clone --recursive https://github.com/armory3d/armortools +git clone https://github.com/armory3d/armortools cd armortools/armorpaint ```