You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/start/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ There are two ways to install RawPHP:
16
16
$ composer require partner/rawphp
17
17
```
18
18
19
-
* 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.
19
+
* The second way is that you can just clone `https://github.com/rawphp-framework/rawphp.git` into your local machine, then CD into it and run `composer install` in your command line.
20
20
21
21
Both methods install RawPHP and all required dependencies. RawPHP requires PHP 5.5.0 or newer.
0 commit comments