Skip to content

Commit b4bf3e6

Browse files
committed
README: Add informations how to install the plugin in manual mode
1 parent 4b72bef commit b4bf3e6

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,31 @@ Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh):
5454

5555
plugins=( [plugins...] zsh-bash-completions-fallback)
5656

57-
3. Source `~/.zshrc` to take changes into account:
57+
3. Source `~/.zshrc` (or restart zsh) to take changes into account
5858

5959
source ~/.zshrc
6060

61+
Using other plugins manager:
62+
63+
# Depending on the tool the syntax may vary but it's generally just
64+
$your_plugin_manager 3v1n0/zsh-bash-completions-fallback
65+
66+
Manual installation:
67+
68+
1. Clone this repository in a folder (like ~/.zsh-bash-completions-fallback):
69+
70+
git clone https://github.com/3v1n0/zsh-bash-completions-fallback $HOME/.zsh-bash-completions-fallback
71+
72+
2. Add to your `~/.zshrc`:
73+
74+
source $HOME/.zsh-bash-completions-fallback/zsh-bash-completions-fallback.plugin.zsh
75+
76+
3. Source `~/.zshrc` (or restart zsh) to start using the plugin
77+
78+
source ~/.zshrc
79+
80+
4. Of course in case you want to test it temporary you just have to `source` the plugin file (`zsh-bash-completions-fallback.plugin.zsh`)
81+
6182
Configuration
6283
------------------------------------------------------------------------------
6384

0 commit comments

Comments
 (0)