From bbb839c0f041962a92aa167b9531f25a8d8e8cc5 Mon Sep 17 00:00:00 2001 From: Mariusz Wojtasik Date: Thu, 8 Mar 2018 17:44:51 +0100 Subject: [PATCH] README: Link rather than coping install script shim (address #146) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d6e938..140b67c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you're using Git, you can add Dotbot as a submodule: cd ~/.dotfiles # replace with the path to your dotfiles git init # initialize repository if needed git submodule add https://github.com/anishathalye/dotbot -cp dotbot/tools/git-submodule/install . +ln -s dotbot/tools/git-submodule/install install touch install.conf.yaml ``` @@ -52,7 +52,7 @@ hg init # initialize repository if needed echo "dotbot = [git]https://github.com/anishathalye/dotbot" > .hgsub hg add .hgsub git clone https://github.com/anishathalye/dotbot -cp dotbot/tools/hg-subrepo/install . +ln -s dotbot/tools/hg-subrepo/install install touch install.conf.yaml ```