]> git.lizzy.rs Git - micro-zigfmt.git/commitdiff
readme: Better install instructions
authorRyan Liptak <squeek502@hotmail.com>
Tue, 2 Jun 2020 00:53:22 +0000 (17:53 -0700)
committerRyan Liptak <squeek502@hotmail.com>
Tue, 2 Jun 2020 00:53:22 +0000 (17:53 -0700)
README.md

index 599088a27df0c320b63cc5cc3fce5d0cf49c0698..bd10c72297e75fda934bf0104864e37d2d03e354 100644 (file)
--- 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
 ```