Skip to content

Commit a834a3a

Browse files
authored
Updating "Getting started" with additional step needed to install git lfs
Previously the last instruction on installing Git just said 'brew install git-lfs', but an additional step is needed to finish installation (running 'git lfs install' or 'git lfs install --system). This is a really easy step to miss (the instruction to do it is hidden in the output of 'brew install git-lfs'), and results in all sorts of unexpected errors popping up later (i.e. AppIcon images not working properly).
1 parent 23f509f commit a834a3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/spatial-anchors/quickstarts/get-started-ios.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ You'll learn how to:
2828
To complete this quickstart, make sure you have:
2929

3030
- A developer enabled macOS machine with the latest version of <a href="https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12" target="_blank">Xcode</a> and <a href="https://cocoapods.org" target="_blank">CocoaPods</a> installed.
31-
- Git installed via HomeBrew. Enter the following command into a single line of the Terminal: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`. Then, run `brew install git` and `brew install git-lfs`.
31+
- Git installed via HomeBrew:
32+
- Enter the following command into a single line of the Terminal: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`.
33+
- Then, run `brew install git` and `brew install git-lfs`.
34+
- Lastly, update your git config with `git lfs install` (for the current user) or `git lfs install --system` (for the entire system)
3235
- A developer enabled <a href="https://developer.apple.com/documentation/arkit/verifying_device_support_and_user_permission" target="_blank">ARKit compatible</a> iOS device.
3336

3437
[!INCLUDE [Create Spatial Anchors resource](../../../includes/spatial-anchors-get-started-create-resource.md)]

0 commit comments

Comments
 (0)