Skip to content

Commit dab03f0

Browse files
Merge pull request #77 from pablocarmu/fix_brew_setup
Fixed the homebrew shell commands to install nef inside Quick Start.playground
2 parents 9a49bd5 + adc3647 commit dab03f0

File tree

1 file changed

+3
-3
lines changed
  • contents/Documentation/Quick start.playground/Pages/Installation.xcplaygroundpage

1 file changed

+3
-3
lines changed

contents/Documentation/Quick start.playground/Pages/Installation.xcplaygroundpage/Contents.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
`nef` can be installed using [Homebrew](https://brew.sh). `nef` needs Xcode and [Cocoapods](https://cocoapods.org) as dependencies. It will warn you if there is a missing dependency and will provide guidance to install it.
1111

1212
```bash
13-
nef tap bow-swift/nef
14-
nef install nef
13+
brew tap bow-swift/nef
14+
brew install nef
1515
```
1616

1717
You can upgrade the version of `nef` using the following command
1818

1919
```bash
20-
nef upgrade nef
20+
brew upgrade nef
2121
```
2222

2323
*/

0 commit comments

Comments
 (0)