Skip to content

Commit 8b960d4

Browse files
committed
Tell users to perform a repo update when installing pods
stephencelis#540
1 parent d784548 commit 8b960d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ install SQLite.swift with Carthage:
111111
pod 'SQLite.swift', '~> 0.11.1'
112112
```
113113
114-
4. Run `pod install`.
114+
4. Run `pod install --repo-update`.
115115
116116
117117
#### Requiring a specific version of SQLite

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ SQLite.swift with CocoaPods:
163163
pod 'SQLite.swift', '~> 0.11.1'
164164
```
165165
166-
4. Run `pod install`.
166+
4. Run `pod install --repo-update`.
167167
168168
[CocoaPods]: https://cocoapods.org
169169
[CocoaPods Installation]: https://guides.cocoapods.org/using/getting-started.html#getting-started

0 commit comments

Comments
 (0)