X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=d1aa03d4b6c564b5ed6c56c5620f24383d99a5d0;hb=473f37a2eea01af869f87c843217d216994346e3;hp=0397621a4c4d06f5d3f8513935a60910a8a943d4;hpb=572fbafe5b66a22beab381bc705b96e486026340;p=github%2Fshaarli%2FShaarli.git diff --git a/README.md b/README.md index 0397621a..d1aa03d4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ It is designed to be personal (single-user), fast and handy. ## Installing -Shaarli requires php 5.1 +Shaarli requires php 5.1. `php-gd` is optional and provides thumbnail resizing. * Download the latest stable release from https://github.com/shaarli/Shaarli/releases * Unpack the archive in a directory on your web server @@ -63,9 +63,8 @@ _To get the development version, download https://github.com/shaarli/Shaarli/arc ## Upgrading -Delete all files and directories except the `data` directory, then unzip the new version of Shaarli. -You will not lose your links and you will not have to reconfigure it. - + * **If you installed from the zip:** Delete all files and directories except the `data` directory, then unzip the new version of Shaarli. You will not lose your links and you will not have to reconfigure it. + * **If you installed using `git clone`**: run `git pull` in your Shaarli directory. ## About