Switch to unified view

a/src/desktop/unity-lens-recoll/README b/src/desktop/unity-lens-recoll/README
...
...
20
20
21
Install with:
21
Install with:
22
22
23
  ./configure --prefix=/usr --sysconfdir=/etc && make && sudo make install
23
  ./configure --prefix=/usr --sysconfdir=/etc && make && sudo make install
24
24
25
or if you checked the code out from a bazaar branch:
26
27
  ./autogen.sh --prefix=/usr --sysconfdir=/etc  && make && sudo make install
28
25
29
RESOURCES
26
RESOURCES
30
---------
27
---------
31
The source code and releases packages can be found on
28
32
    http://www.recoll.org. 
29
The source code is on bitbucket.org: http://bitbucket.org/medoc/recoll/src/
30
Look inside src/desktop/unity-lens-recoll
31
32
Packages on the recoll PPA:
33
         https://launchpad.net/~recoll-backports/+archive/recoll-1.15-on
34
33
Bugs should be reported on the bitbucket recoll issues tracker:
35
Bugs should be reported on the bitbucket recoll issues tracker:
34
    https://bitbucket.org/medoc/recoll/issues
36
    https://bitbucket.org/medoc/recoll/issues
35