Skip to content

Commit 7d9abe6

Browse files
authored
Update README.md
1 parent b396f77 commit 7d9abe6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ RawPHP comes with complete user authentication system built-in and ready to use
1212
## Installation
1313
There are two ways to install RawPHP:
1414

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.
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. If you don't have composer already installed in your system, do download and installed [Composer](https://getcomposer.org/) .
1616

17-
* It's recommended that you use [Composer](https://getcomposer.org/) to install RawPHP.
18-
19-
```bash
17+
* The second way is to use [Composer](https://getcomposer.org/) to install RawPHP.
18+
Navigate to the folder you wish to install RawPHP, then run the below code in your command line
19+
```
2020
$ composer require partner/rawphp
2121
```
2222

0 commit comments

Comments
 (0)