You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contents/Documentation/Quick start.playground/Pages/Installation.xcplaygroundpage/Contents.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
`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.
11
11
12
12
```bash
13
-
➜ nef tap bow-swift/nef
14
-
➜ nef install nef
13
+
➜ brew tap bow-swift/nef
14
+
➜ brew install nef
15
15
```
16
16
17
17
You can upgrade the version of `nef` using the following command
0 commit comments