From f1f35048b4e0f2a4239ff3db491d89a8b93403e0 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Tue, 3 May 2016 03:02:48 +0900 Subject: [PATCH] Use more meaningful url in examples. --- README.md | 4 ++-- docs/ca-ES/README.md | 2 +- docs/es-ES/README.md | 2 +- docs/jp-JA/README.md | 2 +- docs/ko-KR/README.md | 2 +- docs/pt-PT/README.md | 2 +- docs/ru-RU/README.md | 2 +- docs/zh-CN/README.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 170ea88..26b8fdd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Translations: [日本語], [简体中文], [한국어], [Русский], [Catal ## Install -Copy `fisher.fish` in `~/.config/fish/functions` and that's it. +With curl. ```sh curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman @@ -205,6 +205,6 @@ Create a new `fishfile` file at the root level of your project and write in the ```fish owner/repo -https://github.com/dude/sweet +https://github.com/owner/repo https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` diff --git a/docs/ca-ES/README.md b/docs/ca-ES/README.md index e5a23eb..64741da 100644 --- a/docs/ca-ES/README.md +++ b/docs/ca-ES/README.md @@ -212,6 +212,6 @@ Crea un nou arxiu `fishfile` a l'arrel del teu i escriu a dins les dependències ```fish owner/repo -https://github.com/dude/sweet +https://github.com/owner/repo https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` diff --git a/docs/es-ES/README.md b/docs/es-ES/README.md index 2c65b41..09708f9 100644 --- a/docs/es-ES/README.md +++ b/docs/es-ES/README.md @@ -209,6 +209,6 @@ Crea un archivo `fishfile` en la carpeta raíz de tu plugin y incluye los paquet ```fish owner/repo -https://github.com/dude/sweet +https://github.com/owner/repo https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` diff --git a/docs/jp-JA/README.md b/docs/jp-JA/README.md index 0b7a270..1b46d6d 100644 --- a/docs/jp-JA/README.md +++ b/docs/jp-JA/README.md @@ -195,6 +195,6 @@ fisherman の [organization] や [ウェブサイト] 等で、プラグイン ```fish owner/repo -https://github.com/dude/sweet +https://github.com/owner/repo https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` diff --git a/docs/ko-KR/README.md b/docs/ko-KR/README.md index dfb2765..9e443f6 100644 --- a/docs/ko-KR/README.md +++ b/docs/ko-KR/README.md @@ -199,6 +199,6 @@ fisherman의 [organization] 페이지를 살펴보거나 [online] 플러그인 ```fish owner/repo -https://github.com/dude/sweet +https://github.com/owner/repo https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` diff --git a/docs/pt-PT/README.md b/docs/pt-PT/README.md index a82fc22..ba24e62 100644 --- a/docs/pt-PT/README.md +++ b/docs/pt-PT/README.md @@ -204,6 +204,6 @@ Crie um ficheiro `fishfile` na raiz do seu projecto e adicione ao ficheiros as d ```fish owner/repo -https://github.com/dude/sweet +https://github.com/owner/repo https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` diff --git a/docs/ru-RU/README.md b/docs/ru-RU/README.md index def00df..b81a1db 100644 --- a/docs/ru-RU/README.md +++ b/docs/ru-RU/README.md @@ -204,6 +204,6 @@ omf/grc ```fish owner/repo -https://github.com/dude/sweet +https://github.com/owner/repo https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index 2cb079e..a9caf3d 100644 --- a/docs/zh-CN/README.md +++ b/docs/zh-CN/README.md @@ -209,6 +209,6 @@ omf/grc ```fish owner/repo -https://github.com/dude/sweet +https://github.com/owner/repo https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ```