Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 727 Bytes

File metadata and controls

31 lines (26 loc) · 727 Bytes

#Download

Get Shaarli!

Latest stable revision

This revision has been released and tested.

Clone with Git (recommended)

$ git clone https://github.com/shaarli/Shaarli.git -b stable shaarli

Download as an archive

$ wget https://github.com/shaarli/Shaarli/archive/stable.zip
$ unzip stable.zip
$ mv Shaarli-stable shaarli

Tarballs are also available:

$ wget https://github.com/shaarli/Shaarli/archive/stable.tar.gz
$ tar xvf stable.tar.gz
$ mv Shaarli-stable shaarli

Development (mainline)

Use at your own risk!

To get the latest changes:

$ git clone https://github.com/shaarli/Shaarli.git shaarli