Skip to content

Commit 57a676b

Browse files
committed
Update README
1 parent af99009 commit 57a676b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ This extension requires PHP 5.3.3 or above.
88

99
### Installation
1010

11-
Firstly, download the British English (`en`) language pack from phpBB.com as this is the default source language. Then clone this repository:
11+
Firstly, download the British English (`en`) language pack from phpBB.com as this is the default source language. Then clone this repository and download the dependencies:
1212

1313
git clone https://github.com/phpbb/phpbb-translation-validator.git
14+
composer install
1415

1516
For the easiest results, create a directory called `3.2` in the root of the Translation Validator. Upload the `en` language page into this directory, along with the languages you wish to test.
1617

@@ -21,7 +22,7 @@ The simplest way to validate is to then run this command (the final argument is
2122
There are more arguments that can be supplied. For example, suppose you wanted to have your `3.2` directory in a different location, you wanted to explicitly specify phpBB version 3.2, you wanted to run in safe mode and you wanted to see all notices displayed - you would run this command:
2223

2324
php translation.php validate fr
24-
--package-dir=/home/vagrant/phpbb/phpBB/array_parser/3.2
25+
--package-dir=/path/to/your/3.2
2526
--phpbb-version=3.2
2627
--safe-mode
2728
--display-notices

0 commit comments

Comments
 (0)