Skip to content

Commit

Permalink
In fact, do not list dependencies in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer committed Apr 11, 2018
1 parent 08d4c67 commit b5d6c1b
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ However, we try to avoid breaking changes.
When playing with this, please keep in mind that this is alpha quality - there
are bugs, missing things and rough edges.

# Dependencies

The following crates are used:
* chrono 0.4
* error-chain 0.11
* git2 0.6
* is-match 0.1
* lazy_static 1.0
* log 0.4
* regex 0.2

Additionally, for building the man page, `pandoc` is required.

# Installing

Cargo is used for building git-dit. Run
Expand All @@ -50,7 +37,11 @@ instead.
We do not provide any installation scripts. If you intent using or testing
`git-dit`, make sure to have the binary in your `PATH`.

If you use Nixpkgs, it is also available as the attribute `gitAndTools.git-dit`, so you can try it out with simply `nix-shell -p gitAndTools.git-dit`.
Additionally, for building the man page, `pandoc` is required.

If you use Nixpkgs, it is also available as the attribute
`gitAndTools.git-dit`, so you can try it out with simply
`nix-shell -p gitAndTools.git-dit`.

# Documentation

Expand Down

0 comments on commit b5d6c1b

Please sign in to comment.