Skip to content

Commit f66e647

Browse files
committed
Remove references to 'script/bootstrap' from playground documentation
1 parent 5f4a322 commit f66e647

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ReactiveSwift.playground/Pages/Property.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> # IMPORTANT: To use `ReactiveSwift.playground`, please:
33

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

ReactiveSwift.playground/Pages/Sandbox.xcplaygroundpage/Contents.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
> # IMPORTANT: To use `ReactiveSwift.playground`, please:
33

44
1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveSwift project root directory:
5-
- `script/bootstrap`
5+
- `git submodule update --init`
66
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
7-
- `carthage checkout --no-use-binaries`
7+
- `carthage checkout --no-use-binaries`
88
1. Open `ReactiveSwift.xcworkspace`
99
1. Build `Result-Mac` scheme
1010
1. Build `ReactiveSwift-macOS` scheme

ReactiveSwift.playground/Pages/Signal.xcplaygroundpage/Contents.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
> # IMPORTANT: To use `ReactiveSwift.playground`, please:
33

44
1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveSwift project root directory:
5-
- `script/bootstrap`
6-
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
5+
- `git submodule update --init`
6+
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
77
- `carthage checkout`
88
1. Open `ReactiveSwift.xcworkspace`
99
1. Build `Result-Mac` scheme

ReactiveSwift.playground/Pages/SignalProducer.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> # IMPORTANT: To use `ReactiveSwift.playground`, please:
33

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

0 commit comments

Comments
 (0)