From 3933b18fb32dd81950ec8df34e0c011b909ffaa9 Mon Sep 17 00:00:00 2001 From: Seonghyeon Cho Date: Fri, 4 Mar 2022 01:01:25 +0900 Subject: [PATCH] Add install guide with zinit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7a6e06..7c86506 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ Add `antigen bundle zsh-users/zsh-completions` to your `~/.zshrc`. Note: adding it as a regular Oh My ZSH! plugin will not work properly (see [#603](https://github.com/zsh-users/zsh-completions/issues/603)). +#### [zinit](https://github.com/zdharma-continuum/zinit) + +Add `zinit light zsh-users/zsh-completions` to your `~/.zshrc`. + ### Manual installation * Clone the repository: