Add npm install instructions.

This commit is contained in:
Jorge Bucaran 2016-04-23 22:18:24 +09:00
parent 059a565b80
commit e977175f2c
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
4 changed files with 27 additions and 3 deletions

View file

@ -38,12 +38,18 @@ Read this document in another language: [Español], [日本語], [简体中文],
## Install
Copy `fisher.fish` into your `~/.config/fish/functions` directory and that's it.
With curl.
```sh
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
```
With npm.
```
npm fisherman
```
## Usage
Install a plugin.

View file

@ -37,12 +37,18 @@ Lee este documento en otro idioma: [English], [日本語], [简体中文].
## Instalación
Copia `fisher.fish` en `~/.config/fish/functions` y listo.
Via curl.
```sh
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
```
Via npm.
```
npm fisherman
```
## Uso
Instala paquetes.

View file

@ -37,12 +37,18 @@ fishermanとは、フィッシュシェルのための並列処理パッケー
## インストール
`fisher.fish`を`~/.config/fish/functions`に
curlで
```sh
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
```
npmで。
```
npm fisherman
```
## 使い方
プラグインをインストール。

View file

@ -43,6 +43,12 @@ fisherman 是一款零配置,并发的 [fish shell] 插件管理器。
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
```
npm。
```
npm install
```
## 功能
安装插件。