Skip to content

Commit

Permalink
Simplify Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 18, 2025
1 parent 2b58ff6 commit a38ed01
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The first 64bytes of a CacheAdvance is reserved for storing metadata about the f
### Swift Package Manager
To install CacheAdvance in your iOS project with [Swift Package Manager](https://github.com/apple/swift-package-manager), the following lines can be added to your `Package.swift` file:
To install CacheAdvance in your project with [Swift Package Manager](https://github.com/apple/swift-package-manager), the following lines can be added to your `Package.swift` file:
```swift
dependencies: [
Expand All @@ -99,17 +99,12 @@ dependencies: [

### CocoaPods

To install CacheAdvance in your iOS project with [CocoaPods](http://cocoapods.org), add the following to your `Podfile`:
To install CacheAdvance in your project with [CocoaPods](http://cocoapods.org), add the following to your `Podfile`:

```
platform :ios, '13.0'
pod 'CacheAdvance', '~> 3.0'
```

### Submodules

To use git submodules, checkout the submodule with `git submodule add [email protected]:dfed/CacheAdvance.git`, drag CacheAdvance.xcodeproj to your project, and add CacheAdvance as a build dependency.

## Contributing

I’m glad you’re interested in CacheAdvance, and I’d love to see where you take it. Please read the [contributing guidelines](Contributing.md) prior to submitting a Pull Request.
Expand Down

0 comments on commit a38ed01

Please sign in to comment.