Skip to content

Commit 99c4cdd

Browse files
authored
Merge pull request #49422 from anatarnousk/patch-2
Updating "Getting started" with additional step needed to install git lfs
2 parents 20acc8d + 9a68c55 commit 99c4cdd

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+
1. Enter the following command as a single line in the terminal: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`.
33+
1. Run `brew install git` and `brew install git-lfs`.
34+
1. 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)