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):