Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Documentation/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ install SQLite.swift with Carthage:
2. Update your Cartfile to include the following:

```
github "stephencelis/SQLite.swift" "master"
github "stephencelis/SQLite.swift" ~> 0.9.0
```

3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
Expand All @@ -100,8 +100,7 @@ install SQLite.swift with Carthage:
``` ruby
use_frameworks!

pod 'SQLite.swift',
git: 'https://github.com/stephencelis/SQLite.swift.git'
pod 'SQLite.swift', '~> 0.9.0'
```

3. Run `pod install`.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ install SQLite.swift with Carthage:
2. Update your Cartfile to include the following:

```
github "stephencelis/SQLite.swift" "master"
github "stephencelis/SQLite.swift" ~> 0.9.0
```

3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
Expand All @@ -148,8 +148,7 @@ SQLite.swift with CocoaPods:
``` ruby
use_frameworks!

pod 'SQLite.swift',
git: 'https://github.com/stephencelis/SQLite.swift.git'
pod 'SQLite.swift', '~> 0.9.0'
```

3. Run `pod install`.
Expand Down