paint: update readme

This commit is contained in:
luboslenco
2026-02-28 10:20:02 +01:00
parent cdabe90d07
commit 18a70ad05e
+7 -2
View File
@@ -33,16 +33,21 @@ cd armortools/paint
# Build and run
```
**Android (arm64)** *wip*
**Android (arm64)**
```bash
../base/make --target android
# Open generated Android Studio project at `build/ArmorPaint`
# Build for device
```
**iOS (arm64)** *wip*
**iOS (arm64)**
```bash
../base/make --target ios
# Open generated Xcode project `build/ArmorPaint.xcodeproj`
# Build for device
```
**WASM**
```bash
../base/make --target wasm --compile
```