From 6f9c54c4ea48fdd35e3b802afd19e9f358a42cdd Mon Sep 17 00:00:00 2001 From: Victor Torres Date: Wed, 16 Mar 2016 23:20:23 -0300 Subject: [PATCH] Updating readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index fa7eda3..48854b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ # atom-hg Mercurial support for Atom text editor. + +## Features + +- line diff in text editor +- file diff in tree view +- branch name in status bar + +## Installing + +```shell +git clone https://github.com/victor-torres/atom-hg.git +cd atom-hg +apm install +apm link . +``` + +## Based on + +- Atom's Repository Provider Service +- Atom's Git Repository +- Atom's Git Diff + +## License + +MIT Copyright (c) 2016 Victor Torres