1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Capitalize headings

This commit is contained in:
Tim Byrne
2017-10-24 07:40:04 -05:00
parent 805d7647a8
commit 8af5425dc3

View File

@@ -1,6 +1,6 @@
# Installation # Installation
## bash completions ## Bash completions
### Prerequisites ### Prerequisites
**yadm** completion only works if Git completions are also enabled. **yadm** completion only works if Git completions are also enabled.
@@ -16,7 +16,7 @@ Copy the completion script locally, and add this to you bashrc:
[ -f /full/path/to/yadm.bash_completion ] && source /full/path/to/yadm.bash_completion [ -f /full/path/to/yadm.bash_completion ] && source /full/path/to/yadm.bash_completion
``` ```
## zsh completions ## Zsh completions
### Homebrew ### Homebrew
If using `homebrew` to install **yadm**, completions should handled automatically. If using `homebrew` to install **yadm**, completions should handled automatically.