Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-03-16 04:48:20 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-03-16 04:48:20 +0300
commit7792d3f9af110e0e256e3944fe70104ed451585b (patch)
tree7da9d36bb2a5d519daa055131a6934820378d4cf /README.md
parent1e707423c362fe0eba7a76f6c2ba0b8b9c138bc4 (diff)
fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c06ec28..7ca5174 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ Polr 1.x currently cannot be upgraded to 2.x automatically. There are breaking c
Polr is written in PHP and Laravel, using MySQL as its primary database.
- - To get started with Polr on your server, check out the [installation guide](http://docs.polr.me/en/2.0-dev/user-guide/installation/). You can clone this repository, or download a [release](https://github.com/cydrobolt/polr/releases).
- - To get started with the Polr API, check out the [API guide](http://docs.polr.me/en/2.0-dev/developer-guide/api/).
+ - To get started with Polr on your server, check out the [installation guide](http://docs.polr.me/en/latest/user-guide/installation/). You can clone this repository, or download a [release](https://github.com/cydrobolt/polr/releases).
+ - To get started with the Polr API, check out the [API guide](http://docs.polr.me/en/latest/developer-guide/api/).
_Installation TL;DR: clone or download this repository, set document root to `public/`, MySQL create database, go to `yoursite.com/setup`_