Parcourir la source

Fix typo in installation instructions for ubuntu.

Hector Piteau il y a 3 ans
Parent
commit
579bd6b13e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Build.md

+ 1 - 1
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
 ```