Skip to content

Commit 076f116

Browse files
Merge remote-tracking branch 'origin/develop'
2 parents a53d8ff + ab0833d commit 076f116

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/bow-swift/nef.svg?branch=develop)](https://travis-ci.org/bow-swift/nef)
2+
13
# nef
24

35
`nef`, short for [Nefertiti](https://en.wikipedia.org/wiki/Nefertiti), mother of Ankhesenamun, is a command line tool to ease the creation of documentation in the form of Swift Playgrounds. It provides compile-time verification of documentation and exports it in Markdown format that can be consumed by [Jekyll](https://jekyllrb.com/) to generate websites.
@@ -9,6 +11,7 @@
911
`nef` can be installed using [Homebrew](https://brew.sh). `nef` needs Xcode and [Cocoapods](https://cocoapods.org) as dependencies. You can run the following command to install `nef`:
1012

1113
```bash
14+
brew tap bow-swift/nef
1215
brew install nef
1316
```
1417

@@ -64,8 +67,8 @@ Your `Podfile`, located in `./folder/dependencies`:
6467
target 'MyPodsProject' do
6568
platform :osx, '10.14'
6669
use_frameworks!
67-
68-
pod 'Alamofire', '~> 4.0.0'
70+
71+
pod 'Bow', '~> 0.3.0'
6972
end
7073
```
7174

0 commit comments

Comments
 (0)