Fix typo in installation instructions for ubuntu.

pull/4621/head
Hector Piteau 2022-07-07 17:11:58 +09:00 committed by GitHub
parent 3ae1a37a41
commit 579bd6b13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```