Updating README.md

This commit is contained in:
Alex Yatskov 2016-07-08 22:55:09 -07:00
parent abcf5dac66
commit 1425900bb0

View File

@ -3,7 +3,7 @@
Homemaker is a lightweight tool for straightforward and efficient management of \*nix configuration files found in the Homemaker is a lightweight 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 can also be readily user's home directory, commonly known as [dot-files](https://en.wikipedia.org/wiki/Dot-file). It can also be readily
used for general purpose system bootstrapping, including installing packages, cloning repositories, etc. This tool is used for general purpose system bootstrapping, including installing packages, cloning repositories, etc. This tool is
written in Golang, requires no installation, has no dependencies and makes use of simple configuration file structure written in Go, requires no installation, has no dependencies and makes use of simple configuration file structure
inspired by [make](https://en.wikipedia.org/wiki/Make_%28software%29) to generate inspired by [make](https://en.wikipedia.org/wiki/Make_%28software%29) to generate
[symlinks](https://en.wikipedia.org/wiki/Symbolic_link) and execute system commands to aid in configuring a new system [symlinks](https://en.wikipedia.org/wiki/Symbolic_link) and execute system commands to aid in configuring a new system
for use. for use.