Skip to content

Commit

Permalink
Add syntax highlighting to README
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas authored and kzaher committed Feb 13, 2017
1 parent ff524bb commit 889150b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -126,7 +126,7 @@ Open Rx.xcworkspace, choose `RxExample` and hit run. This method will build ever

**Tested with `pod --version`: `1.1.1`**

```
```ruby
# Podfile
use_frameworks!

Expand All @@ -144,7 +144,7 @@ end

Replace `YOUR_TARGET_NAME` and then, in the `Podfile` directory, type:

```
```bash
$ pod install
```

Expand All @@ -158,7 +158,7 @@ Add this to `Cartfile`
github "ReactiveX/RxSwift" ~> 3.0
```

```
```bash
$ carthage update
```

Expand All @@ -168,7 +168,7 @@ $ carthage update

Create a `Package.swift` file.

```
```swift
import PackageDescription

let package = Package(
Expand All @@ -180,15 +180,15 @@ let package = Package(
)
```

```
```bash
$ swift build
```

### Manually using git submodules

* Add RxSwift as a submodule

```
```bash
$ git submodule add git@github.com:ReactiveX/RxSwift.git
```

Expand Down

0 comments on commit 889150b

Please sign in to comment.