Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-torres committed Mar 17, 2016
1 parent 743a867 commit 6f9c54c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6f9c54c

Please sign in to comment.