From a292ca40aca1f54f66a962650baeb07dcdb2e5c0 Mon Sep 17 00:00:00 2001 From: Enno Date: Sat, 6 Nov 2021 23:36:48 +0100 Subject: [PATCH] Update README.md The new zshrc template will download the zimfw script if missing. See https://github.com/zimfw/install/blob/023e13f04202b30f019a8386358faa8b747d8ea9/src/templates/zshrc#L100-L108 Similar to https://github-wiki-see.page/m/junegunn/vim-plug/wiki/tips Useful if the ZIM_HOME folder is not version tracked in a dotfiles repo. Closes #440 --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e981f9f..2c41e7a 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,8 @@ you can add to your `~/.zimrc`. * [~/.zlogin](https://raw.githubusercontent.com/zimfw/install/master/src/templates/zlogin) * [~/.zimrc](https://raw.githubusercontent.com/zimfw/install/master/src/templates/zimrc) -3. Copy https://github.com/zimfw/zimfw/releases/latest/download/zimfw.zsh to - `~/.zim/zimfw.zsh`. - -4. Install the modules defined in `~/.zimrc` and build the initialization scripts: - - zsh ~/.zim/zimfw.zsh install +3. Restart your terminal to automatically install the modules defined in `~/.zimrc` + and build the initialization scripts.