summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-03 14:17:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-03 14:17:09 -0700
commit93312613c51e732b562340adf0b070e37e008e9f (patch)
tree54e204e1d84b4b33b351fc427e4d7c13fad8c3aa
parent5ce98037742fb81a8db0fede1f3c5a458cc5e9de (diff)
downloadp5-Git-Annex-93312613c51e732b562340adf0b070e37e008e9f.tar.gz
a bit more in the actual README
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--README.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 943a422..0e71118 100644
--- a/README.rst
+++ b/README.rst
@@ -3,9 +3,12 @@ Git::Annex
Perl interface to git-annex repositories.
-Build
-=====
+Synopsis
+========
-::
+Install
+=======
- dzil build
+From CPAN or your distribution's repositories, or if you want to build
+and install out of this git repository, you can use `dzil build` to
+produce an installable Perl distribution.