DownloadΒΆ
The source is currently only available via GitHub. You can either clone it with git
:
$ git clone --depth 1 --branch v1.4.2 https://github.com/ciur/papermerge.git
$ cd papermerge
Notice --branch
option. Always clone a stable release branch. See all available stable releases here.
Note
Master branch is used for development.
or just download the tarball for latest stable release:
$ cd to the directory where you want to run Papermerge
$ wget https://github.com/ciur/papermerge/archive/v1.4.2.zip
$ unzip v1.4.2.zip
$ cd papermerge-1.4.2