From b230bf207df576fa2ad165702184edf21f674ce7 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 7 May 2017 18:44:05 +0200 Subject: Bump version to v0.9.0 Signed-off-by: ArthurHoaro --- doc/Download-and-Installation.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'doc/Download-and-Installation.html') diff --git a/doc/Download-and-Installation.html b/doc/Download-and-Installation.html index b9cac360..2c5b3be2 100644 --- a/doc/Download-and-Installation.html +++ b/doc/Download-and-Installation.html @@ -69,6 +69,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
  • Browsing and Searching
  • Firefox share
  • RSS feeds
  • +
  • REST API
  • How To
      @@ -87,6 +88,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
    • 3rd party libraries
    • Plugin System
    • Release Shaarli
    • +
    • Versioning and Branches
    • Security
    • Static analysis
    • Theming
    • @@ -108,10 +110,10 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf

      Download as an archive

      Get the latest released version from the releases page.

      Download our shaarli-full archive to include dependencies.

      -

      The current latest released version is v0.8.0

      +

      The current latest released version is v0.8.4

      Or in command lines:

      -
      $ wget https://github.com/shaarli/Shaarli/releases/download/v0.8.0/shaarli-v0.8.0-full.zip
      -$ unzip shaarli-v0.8.0-full.zip
      +
      $ wget https://github.com/shaarli/Shaarli/releases/download/v0.8.4/shaarli-v0.8.4-full.zip
      +$ unzip shaarli-v0.8.4-full.zip
       $ mv Shaarli /path/to/shaarli/
      @@ -129,8 +131,8 @@ $ mv Shaarli /path/to/shaarli/

      Using git

      mkdir -p /path/to/shaarli && cd /path/to/shaarli/
      -git clone -b v0.8.0 https://github.com/shaarli/Shaarli.git .
      -composer update --no-dev
      +git clone -b v0.8 https://github.com/shaarli/Shaarli.git . +composer install --no-dev

      Stable version

      The stable version has been experienced by Shaarli users, and will receive security updates.

      @@ -148,16 +150,16 @@ $ mv Shaarli-stable /path/to/shaarli/
      $ git clone https://github.com/shaarli/Shaarli.git -b stable /path/to/shaarli/
       # install/update third-party dependencies
       $ cd /path/to/shaarli/
      -$ composer update --no-dev
      +$ composer install --no-dev

      Development version (mainline)

      Use at your own risk!

      To get the latest changes from the master branch:

      # clone the repository  
      -$ git clone https://github.com/shaarli/Shaarli.git master /path/to/shaarli/
      +$ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/
       # install/update third-party dependencies
       $ cd /path/to/shaarli
      -$ composer update --no-dev
      +$ composer install --no-dev

      Finish Installation

      Once Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser.

      -- cgit v1.2.3