Skip to content

Commit

Permalink
Add development notes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jun 22, 2014
1 parent aec291f commit 4c33061
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
41 changes: 41 additions & 0 deletions MacDown.xcworkspace/xcshareddata/MacDown.xccheckout
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>986767E6-9A53-42CD-BFAA-ABCFE07D0246</string>
<key>IDESourceControlProjectName</key>
<string>MacDown</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>69C569CB-1F6C-4CD2-B0B6-13C61B55C751</key>
<string>ssh://github.com/uranusjr/macdown.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>MacDown.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>69C569CB-1F6C-4CD2-B0B6-13C61B55C751</key>
<string>..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>ssh://github.com/uranusjr/macdown.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>69C569CB-1F6C-4CD2-B0B6-13C61B55C751</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>69C569CB-1F6C-4CD2-B0B6-13C61B55C751</string>
<key>IDESourceControlWCCName</key>
<string>macdown</string>
</dict>
</array>
</dict>
</plist>
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ The following editor themes and CSS files are extracted from [Mou](http://mouapp
* Clearness Dark
* GitHub
* GirHub2

## Development

If you wish to build MacDown yourself, you will need [Cocoapods](http://cocoapods.org). After you clone the repository, run the following command inside the repository root (directory containing the `Podfile` file):

```bash
pod install
```

and open `MacDown.xcworkspace` in Xcode. Refer to the official Cocoapods guide if you need more instructions on its installation, setup, and usage.

0 comments on commit 4c33061

Please sign in to comment.