commit 9d771f55ddb9ce9a39ce8a2de7f6794c308e8c13
parent f906f89dca2b08714ba8035a8e9190b9d1f4b8b6
Author: Arne Swanson <nownpl@0111.click>
Date: Sat, 11 Aug 2018 11:40:43 -0400
fixed code bloks
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -4,13 +4,17 @@ build using plan9 mk (preferably from [9base][0]).
if you don't have it, i've bundled a binary in the repo
uses [stow][1] for symlinking dotfiles.
+```sh
mk install
+```
if this is the first time you install:
+```sh
mk first_run
# delete all conflicting dotfiles (i.e. ".zshrc")
mk install
+```
[0]: http://tools.suckless.org/9base/
[1]: https://www.gnu.org/software/stow/
\ No newline at end of file