1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-11-22 09:47:20 +01:00

add Travis, clarify installation

This commit is contained in:
Matthias Kretschmann 2017-05-10 03:22:59 +02:00
parent 85c6239e3b
commit d38faee873
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
2 changed files with 17 additions and 2 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js: node
notifications:
email: false

View File

@ -1,14 +1,24 @@
# hyper-mac-pro # 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. > 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) ![Screenshot](hyper-mac-pro.png)
This has only been tested on macOS and is not guaranteed to work on other operating systems. 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 ```bash
hpm install hyper-mac-pro hpm install hyper-mac-pro