浏览代码

Add reference to composer on README

Diogo Oliveira de Melo 10 年之前
父节点
当前提交
9e8b09ae41
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -8,7 +8,7 @@ Pico is a stupidly simple, blazing fast, flat file CMS. See http://picocms.org/
 Install
 Install
 -------
 -------
 
 
-Download composer and run it with install option.
+Download [composer](<https://getcomposer.org/>) and run it with install option.
 
 
     $ curl -sS https://getcomposer.org/installer | php
     $ curl -sS https://getcomposer.org/installer | php
     $ php composer.phar install
     $ php composer.phar install
@@ -16,7 +16,7 @@ Download composer and run it with install option.
 Run
 Run
 ---
 ---
 
 
-The easiest way to Pico is using [the built-in web server on PHP]{http://php.net/manual/en/features.commandline.webserver.php}.
+The easiest way to Pico is using [the built-in web server on PHP](<http://php.net/manual/en/features.commandline.webserver.php>).
 
 
     php -S 0.0.0.0:8080 ./
     php -S 0.0.0.0:8080 ./