From 164628b69654b2a2efc5fe431821a58dc3473106 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Sun, 8 May 2022 07:52:45 +0900 Subject: [PATCH] Fix tide installation instructions (#715) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d102ec..ab6bf37 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ You can install, update, and remove plugins interactively with Fisher, taking ad Install plugins using the `install` command followed by the path to the repository on GitHub. ```console -fisher install ilancosman/tide +fisher install jorgebucaran/nvm.fish ``` To get a specific version of a plugin add an `@` symbol after the plugin name followed by a tag, branch, or [commit](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefcommit-ishacommit-ishalsocommittish). ```console -fisher install jorgebucaran/nvm.fish@2.1.0 +fisher install IlanCosman/tide@v5 ``` You can install plugins from a local directory too.