Skip to content

Commit fa85770

Browse files
committed
PHP installation check command added
1 parent 715f373 commit fa85770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/lesson1/tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: Introduction to PHP
77

88
* 15 minutes
99
* PHP installed - this is by default on most Operating Systems. But if not, here are the official [installation instructions](http://php.net/manual/en/install.php)
10+
* Check installation by running the following command in cli `php -v`, this should output the version, eg. **5.5.9**
1011

1112
##### Achievements
1213

0 commit comments

Comments
 (0)