From 4128b4ee0689fd2c89bde202c2f6834b736f5996 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 10 Nov 2019 02:48:03 +0100 Subject: [PATCH] Add information about installation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc65223..c0a8874 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ dotinstall - manage dotfiles `dotinstall` is another little script made for install or uninstall dotfiles by creating symbolic link. You need to provide a boostrap script for it. +## Installation + +Just put the `dotinstall.sh` script in a folder accessible via the `$PATH` +command. I choose to put it in `~/.local/bin/`. + ## How to use ```