From b8308c5098fd1c18dbb36eb42368aabffeff02f7 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Wed, 20 Mar 2024 13:55:08 +0100 Subject: [PATCH] docs: Updated winbuild docs and distributed Windows README --- winbuild/README-windows-dist.md | 6 +++--- winbuild/README.md | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/winbuild/README-windows-dist.md b/winbuild/README-windows-dist.md index 544308e..5018a8d 100644 --- a/winbuild/README-windows-dist.md +++ b/winbuild/README-windows-dist.md @@ -4,13 +4,13 @@ YOGA is a command-line tool that: -* converts and optimizes images from various format to JPEG and PNG, -* converts and optimizes 3D models from various formats to GLB. +* converts and optimizes images from various format to JPEG, PNG and WebP, +* converts and optimizes 3D models from various formats to glTF and GLB. ## Install -YOGA does not need any installation. Just unzip the content of this directory +YOGA does not need any installation. Just unzip the content of this archive and you are ready to go! :) diff --git a/winbuild/README.md b/winbuild/README.md index a203929..f1eb202 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -9,11 +9,6 @@ * Visual Studio Build Tools (MSVC and MSBuild) -## Build and install from PYPI - - pip install yoga - - ## Build standalone version from source Clone this repository (using Git Bash):