From d38faee873e729f8c0b951e2c5a641ec391ac820 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 10 May 2017 03:22:59 +0200 Subject: [PATCH] add Travis, clarify installation --- .travis.yml | 5 +++++ README.md | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..83a38c6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: node + +notifications: + email: false diff --git a/README.md b/README.md index 83abedd..3f9ab01 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,24 @@ # hyper-mac-pro +[![Build Status](https://travis-ci.org/kremalicious/hyper-mac-pro.svg?branch=master)](https://travis-ci.org/kremalicious/hyper-mac-pro) + > Cause you deserve native & pro. Tab style for [Hyper](https://hyper.is/) inspired by Apple's pro apps on macOS. ![Screenshot](hyper-mac-pro.png) This has only been tested on macOS and is not guaranteed to work on other operating systems. -## Usage +## Installation -Install by adding `hyper-mac-pro` to the `plugins` property in your `~/.hyper.js`. If you're using [hpm](https://github.com/zeit/hpm): +Install by adding `hyper-mac-pro` to the `plugins` property in your `~/.hyper.js`: + +```js +plugins: [ + 'hyper-mac-pro' +] +``` + +If you're using [hpm](https://github.com/zeit/hpm), from the command line: ```bash hpm install hyper-mac-pro