commit 5c0eba4daa6af4e1ac06e98e918a8acdc2104b06 parent ccf26a86942c2a79cca763e4a27c05164a36baec Author: Arne Swanson <nownpl@0111.click> Date: Tue, 7 Aug 2018 20:06:10 -0400 removed misleading info Diffstat:
README.md | | | 3 | ++- |
build.mk | | | 5 | +++-- |
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -1,4 +1,5 @@ # dotfiles -build using plan9 `mk` or `make`, needs `stow` +build using plan9 `mk` (preferably from (9base)[http://tools.suckless.org/9base/]), uses GNU `stow` + mk -f build.mk \ No newline at end of file diff --git a/build.mk b/build.mk @@ -1,2 +1,3 @@ install: - stow -t $HOME zsh- \ No newline at end of file + stow -t $HOME zsh + stow -t $HOME git+ \ No newline at end of file