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 c68cb43 commit 7b18815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion Clipy/Managers/HotKeyManager.swift
Expand Up @@ -9,7 +9,6 @@
import Foundation
import RxSwift
import Magnet
import RxOptional

final class HotKeyManager: NSObject {
// MARK: - Properties
Expand Down
12 changes: 5 additions & 7 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,13 +23,11 @@ __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
The source code is dependent on some libraries.
* [PTHotKey](https://github.com/keith/PTHotKeyTest)
* [Shortcut Recorder](https://github.com/iKorich/shortcutrecorder)
* [Sparkle](https://github.com/sparkle-project/Sparkle)
* [Realm](https://realm.io/)
* [PINCache](https://github.com/pinterest/PINCache)
Expand All @@ -49,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 @@ -60,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 7b18815

Please sign in to comment.