Skip to content

Commit d06e484

Browse files
committed
Added parameter to the other documentation as well.
1 parent 2600b7e commit d06e484

File tree

2 files changed

+2
-2
lines changed
  • ReactiveCocoa-macOS.playground/Pages/Sandbox.xcplaygroundpage
  • ReactiveCocoa-tvOS.playground/Pages/Sandbox.xcplaygroundpage

2 files changed

+2
-2
lines changed

ReactiveCocoa-macOS.playground/Pages/Sandbox.xcplaygroundpage/Contents.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> ## IMPORTANT: To use `ReactiveCocoa-macOS.playground`, please:
33

44
1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveCocoa project root directory:
5-
- `git submodule update --init`
5+
- `git submodule update --init --recursive`
66
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
77
- `carthage checkout --no-use-binaries`
88
1. Open `ReactiveCocoa.xcworkspace`

ReactiveCocoa-tvOS.playground/Pages/Sandbox.xcplaygroundpage/Contents.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> ## IMPORTANT: To use `ReactiveCocoa-tvOS.playground`, please:
33

44
1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveCocoa project root directory:
5-
- `git submodule update --init`
5+
- `git submodule update --init --recursive`
66
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
77
- `carthage checkout --no-use-binaries`
88
1. Open `ReactiveCocoa.xcworkspace`

0 commit comments

Comments
 (0)