From 579bd6b13e1eac578f4300c7000f8ee861526bb8 Mon Sep 17 00:00:00 2001 From: Hector Piteau Date: Thu, 7 Jul 2022 17:11:58 +0900 Subject: [PATCH] Fix typo in installation instructions for ubuntu. --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index f48f50495..d8e6c50f6 100644 --- a/Build.md +++ b/Build.md @@ -14,7 +14,7 @@ The assimp port in vcpkg is kept up to date by Microsoft team members and commun ## Install on Ubuntu You can install the Asset-Importer-Lib via apt: ``` -sudp apt-get update +sudo apt-get update sudo apt-get install libassimp-dev ```