Browse Source

fixed typo from dependences to dependencies

bismansahni 10 months ago
parent
commit
06337319b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/MacDevelopment.md

+ 1 - 1
Documentation/MacDevelopment.md

@@ -16,7 +16,7 @@ git submodule update --init --recursive
 
 
 ## Dependencies
 ## Dependencies
 
 
-The easy way is to get the prebuilt dependences from [GitHub Actions][1]. Pick the latest release and download all of the `Sysroot-macos-*` artifacts. You need to be logged in to GitHub to download artifacts. If you only intend to run locally, it is alright to just download the sysroot for your architecture. After downloading the prebuilt artifacts of your choice, extract them to the root directory where you cloned the repository.
+The easy way is to get the prebuilt dependencies from [GitHub Actions][1]. Pick the latest release and download all of the `Sysroot-macos-*` artifacts. You need to be logged in to GitHub to download artifacts. If you only intend to run locally, it is alright to just download the sysroot for your architecture. After downloading the prebuilt artifacts of your choice, extract them to the root directory where you cloned the repository.
 
 
 To build UTM, make sure you have the latest version of Xcode installed.
 To build UTM, make sure you have the latest version of Xcode installed.