Skip to content

Commit b396f77

Browse files
authored
Update README.md
1 parent 3c26bbb commit b396f77

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ RawPHP comes with complete user authentication system built-in and ready to use
1111

1212
## Installation
1313
There are two ways to install RawPHP:
14+
15+
* The first way is to clone `https://github.com/rawphp-framework/rawphp.git` into your local machine, then CD into it and run `composer install` in your command line.
16+
1417
* It's recommended that you use [Composer](https://getcomposer.org/) to install RawPHP.
1518

1619
```bash
1720
$ composer require partner/rawphp
1821
```
1922

20-
* The second way is that you can just clone this repository into your local machine, then CD into it and run `composer install` in your command line.
2123

2224
Both methods install RawPHP and all required dependencies. RawPHP requires PHP 5.5.0 or newer.
2325

0 commit comments

Comments
 (0)