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 ## Install
Copy `fisher.fish` into your `~/.config/fish/functions` directory and that's it. With curl.
```sh ```sh
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
``` ```
With npm.
```
npm fisherman
```
## Usage ## Usage
Install a plugin. Install a plugin.

View file

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

View file

@ -37,12 +37,18 @@ fishermanとは、フィッシュシェルのための並列処理パッケー
## インストール ## インストール
`fisher.fish`を`~/.config/fish/functions`に curlで
```sh ```sh
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman 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 curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
``` ```
npm。
```
npm install
```
## 功能 ## 功能
安装插件。 安装插件。