From f0051a759400615b5b74b6e7e34f4e4eebe94eb4 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Mon, 7 Jun 2021 06:40:07 -0700 Subject: [PATCH] Update readme. --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index b8ec4b0..136b89f 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,7 @@ Change the default import of the engine to be different from 30 fps if needed. There are artifacts in the Github Actions for Windows, MacOS and Linux. -## For Linux - -Use `./FBX2glTF-linux example.fbx`. - -## For Windows - -Use `FBX2glTF-windows.exe example.fbx`. - -You need to install the MVSC redistributable. https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads. - -## For Mac - -Use `./FBX2glTF-macos example.fbx`. +You need to install the MVSC redistributable on Windows. https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads. ## Build Instructions