From 841b8dc87b7f2d70eb98b723bb088a9aba16f1d4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 6 Aug 2015 14:06:00 +0900 Subject: [PATCH] Updating README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 297a45b..fb040b8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Homemaker # Homemaker is a tool for straightforward and efficient management of *nix configuration files found in the user's home -directory, commonly known as [dot-files](https://en.wikipedia.org/wiki/Dot-file). It is written in +directory, commonly known as [dot-files](https://en.wikipedia.org/wiki/Dot-file). It can also be readily used for +general purpose system bootstrapping (installing packages, cloning repositories, etc). This tool is written in [Golang](https://golang.org/), requires no installation, has no dependencies and makes use of simple configuration file format inspired by [make](https://en.wikipedia.org/wiki/Make_%28software%29) to generate symlinks and execute system commands to aid in configuring a new system for use. +![](http://foosoft.net/projects/homemaker/img/demo.gif) + ## Motivation ## Ever since switching to using Linux as my daily driver operating system, I have been searching for a way to effectively