Skip to content

Commit 5652393

Browse files
committed
adding composer install hint
1 parent 66f3245 commit 5652393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is compatible with PHP up to and including 5.5.
1212

1313
## Usage
1414

15-
After cloning this repository (`git clone https://github.com/naneau/php-obfuscator`), run the following command to obfuscate a directory of PHP files:
15+
After cloning this repository (`git clone https://github.com/naneau/php-obfuscator`) and installing the dependencies through Composer (`composer install`), run the following command to obfuscate a directory of PHP files:
1616

1717
```bash
1818
./bin/obfuscate obfuscate /input/directory /output/directory

0 commit comments

Comments
 (0)