Skip to content

Commit 33779f6

Browse files
authored
Update README.md
1 parent fdaa5c5 commit 33779f6

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ 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, (recommended) 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/) .
16-
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
15+
* The first way, (recommended) is to use [Composer](https://getcomposer.org/) to install RawPHP.
16+
Navigate to the folder in your computer where you wish to install RawPHP, then run the below code in your command line
1917
```
20-
$ composer require partner/rawphp
18+
$ composer create-project --prefer-dist partner/rawphp
2119
```
2220

21+
* The second way (only use this if the first method doesn't work for you) 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/) .
22+
2323

2424
Both methods install RawPHP and all required dependencies. RawPHP requires PHP 5.5.0 or newer.
2525

@@ -29,8 +29,9 @@ There are two ways to run RawPHP
2929

3030
### PHP's inbuilt server
3131
After RawPHP has installed, you can run it by using the built-in PHP server. Navigate to the root folder and run the below command:
32-
```bash
32+
```
3333
$ php -S localhost:8000 -t public
34+
3435
```
3536
Going to http://localhost:8000/ will now display your default Homepage.
3637

0 commit comments

Comments
 (0)