Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Jun 21, 2016
1 parent 29a6b88 commit f099a76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,11 +1,11 @@
Clipy
=============================
[![Build Status](https://travis-ci.org/Clipy/Clipy.svg?branch=master)](https://travis-ci.org/Clipy/Clipy)
[![Release version](https://img.shields.io/github/release/Clipy/Clipy.svg)](https://github.com/Clipy/Clipy/releases)
[![Release version](https://img.shields.io/github/release/Clipy/Clipy.svg)](https://github.com/Clipy/Clipy/releases/latest)
[![License: MIT](https://img.shields.io/github/license/Clipy/Clipy.svg)](https://github.com/Clipy/Clipy/blob/master/LICENSE)


Clipy is a Clipboard extension app for Mac OSX.
Clipy is a Clipboard extension app for macOS.

__Requirement__: OS X Mavericks or higher

Expand All @@ -23,7 +23,7 @@ __Distribution Site__ : <https://clipy-app.com>
0. Move to the project root directory
1. Install [CocoaPods](http://cocoapods.org) and [fastlane](https://github.com/fastlane/fastlane) using Bundler. Run `bundle install`
2. Run `bundle exec pod install` on your terminal.
2. Open Clipy.xcworkspace on Xcode.
2. Open `Clipy.xcworkspace` on Xcode.
3. build.

### Dependencies
Expand All @@ -47,7 +47,7 @@ The source code is dependent on some libraries.
### Distribution
If you distribute derived work, especially in the Mac App Store, I ask you to follow two rules:

1. Don't use "Clipy" and "ClipMenu" as your product name.
1. Don't use `Clipy` and `ClipMenu` as your product name.
2. Follow the MIT license terms.

Thank you for your cooperation.
Expand All @@ -58,4 +58,4 @@ Clipy is available under the MIT license. See the LICENSE file for more info.
Icons are copyrighted by their respective authors.

### Special Thanks
__Thank you for [@naotaka](https://github.com/naotaka) who have published [Clipmenu](https://github.com/naotaka/ClipMenu) as OSS.__
__Thank you for [@naotaka](https://github.com/naotaka) who have published [ClipMenu](https://github.com/naotaka/ClipMenu) as OSS.__

0 comments on commit f099a76

Please sign in to comment.