From: Ryan Liptak Date: Tue, 2 Jun 2020 00:53:22 +0000 (-0700) Subject: readme: Better install instructions X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3588aa1c2778431d63722d5da2113daa6ee6dd05;p=micro-zigfmt.git readme: Better install instructions --- diff --git a/README.md b/README.md index 599088a..bd10c72 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ for [Zig](https://github.com/ziglang/zig) files. Using the plugin manager: +``` +micro -plugin install zigfmt +``` + +Or from within micro (must restart micro afterwards for the plugin to be loaded): + ``` > plugin install zigfmt ```