Răsfoiți Sursa

Merge pull request #4621 from hectorPiteau/patch-1

Fix typo in installation instructions for ubuntu.
Kim Kulling 3 ani în urmă
părinte
comite
1c646057ce
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 ## Install on Ubuntu
 You can install the Asset-Importer-Lib via apt:
 You can install the Asset-Importer-Lib via apt:
 ```
 ```
-sudp apt-get update
+sudo apt-get update
 sudo apt-get install libassimp-dev
 sudo apt-get install libassimp-dev
 ```
 ```