From ac0157e148fffe5f9a5d029f4b0923d8a0018660 Mon Sep 17 00:00:00 2001 From: Yuri Aps Date: Wed, 9 Aug 2023 20:15:28 -0300 Subject: [PATCH] Update README.md, Usage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc333ce..5c15fbb 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,8 @@ define the modules you want to use. Usage ----- +TL;DR: Add the `zmodule` call to the `~/.zimrc` file, and then run `zimfw install`. More information on [zmodule sintax](#zmodule) or [zimfw](#zimfw) + The `zimfw` plugin manager installs your modules at `${ZIM_HOME}/modules`, and builds a static script at `${ZIM_HOME}/init.zsh` that will initialize them. Your modules are defined in your `~/.zimrc` file.