diff --git a/doc/assistant/thumbnail.png b/doc/assistant/thumbnail.png new file mode 100644 index 0000000000..10104cf0f1 Binary files /dev/null and b/doc/assistant/thumbnail.png differ diff --git a/doc/index.mdwn b/doc/index.mdwn index 2de17df3ce..c8bb582754 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -1,12 +1,13 @@ [[!inline raw=yes pages="summary"]] -To get a feel for it, see the [[walkthrough]] or read about [[how_it_works]]. +To get a feel for git-annex, see the [[walkthrough]] or read about [[how_it_works]]. [[!sidebar content=""" [[!img logo_small.png link=no]] * **[[download]]** * [[install]] +* [[assistant]] * [[tips]] * [[bugs]] * [[todo]] diff --git a/doc/summary.mdwn b/doc/summary.mdwn index 25c95b3b5c..cb4ca6cf9a 100644 --- a/doc/summary.mdwn +++ b/doc/summary.mdwn @@ -5,8 +5,9 @@ to limitations in memory, time, or disk space. Even without file content tracking, being able to manage files with git, move files around and delete files with versioned directory trees, and use -branches and distributed clones, are all very handy reasons to use git. And -annexed files can co-exist in the same git repository with regularly -versioned files, which is convenient for maintaining documents, Makefiles, -etc that are associated with annexed files but that benefit from full -revision control. +branches and distributed clones, are all very handy reasons to use git. + +[[!img align=left assistant/thumbnail.png link=assistant]] +git-annex is designed for git users who love the command line. +For everyone else, the [[git-annex assistant|assistant]] turns +git-annex into an easy to use folder synchroniser.