diff options
author | nodiscc <nodiscc@gmail.com> | 2015-06-27 16:30:54 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-27 16:30:54 +0200 |
commit | fe4e8839b3d1ec8d34557e0e54bac2ae9c1bda8f (patch) | |
tree | 81bc4e8a79d40467af57b596c8153cf54eb0ebce /README.md | |
parent | d72ae3d7e879281b842a6c56e1fe97ed9671c654 (diff) | |
download | Shaarli-fe4e8839b3d1ec8d34557e0e54bac2ae9c1bda8f.tar.gz Shaarli-fe4e8839b3d1ec8d34557e0e54bac2ae9c1bda8f.tar.zst Shaarli-fe4e8839b3d1ec8d34557e0e54bac2ae9c1bda8f.zip |
doc: bump php requirement to php 5.4, fixes https://github.com/shaarli/Shaarli/issues/250
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Password: `demo` | |||
57 | 57 | ||
58 | ## Installing | 58 | ## Installing |
59 | 59 | ||
60 | Shaarli requires php 5.1. `php-gd` is optional and provides thumbnail resizing. | 60 | Shaarli requires php 5.4. `php-gd` is optional and provides thumbnail resizing. |
61 | 61 | ||
62 | * Download the latest stable release from https://github.com/shaarli/Shaarli/releases | 62 | * Download the latest stable release from https://github.com/shaarli/Shaarli/releases |
63 | * Unpack the archive in a directory on your web server | 63 | * Unpack the archive in a directory on your web server |