Skip to content

Commit

Permalink
Fixes to manual installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nrbrook committed Feb 26, 2015
1 parent 1fc10fa commit b9fe038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pod 'CocoaLumberjack'

git submodule add git@github.com:CocoaLumberjack/CocoaLumberjack.git

* Drag CocoaLumberjack/Framework/{Desktop/Mobile}/Lumberjack.xcodeproj into your project
* Drag `CocoaLumberjack/Framework/{Desktop/Mobile}/Lumberjack.xcodeproj` into your project
* In your App target Build Settings
* Add to 'User Header Search Paths' `$(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/include`
* Set 'Always Search User Paths' to YES
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Configure your logging however you want. Change log levels per file (perfect for
platform :ios, '6.1'
pod 'CocoaLumberjack'
```
- or [install manually](Documentation/GettingStarted.md#Manual_installation)
- or [install manually](Documentation/GettingStarted.md#manual-installation)
- read the [Getting started](Documentation/GettingStarted.md) guide, check out the [FAQ](Documentation/FAQ.md) section or the other [docs](Documentation/)
- if you find issues or want to suggest improvements, create an issue or a pull request
- for all kinds of questions involving CocoaLumberjack, use the [Google group](http://groups.google.com/group/cocoalumberjack) or StackOverflow (use [#lumberjack](http://stackoverflow.com/questions/tagged/lumberjack)).
Expand Down

0 comments on commit b9fe038

Please sign in to comment.