File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ If the files do not exist, the utility will notify you about it.
2727
2828## Install project
2929
30- Downloading the utility and installing dependencies
30+ Downloading the utility and installing dependencies:
3131
3232``` bash
3333git clone https://github.com/NikolaiProgramist/php-project-48.git
3434cd php-project-48
3535make install
3636```
3737
38- Give the binary file execution rights
38+ Give the binary file execution rights:
3939
4040``` bash
4141sudo chmod +x bin/gendiff
@@ -44,19 +44,19 @@ sudo chmod +x bin/gendiff
4444## Run
4545
4646To use the utility, run the binary file and specify the output format (` stylish ` by default).
47- Also pass the paths to the two files you need.
47+ Also pass the paths to the two files you need:
4848
4949``` bash
5050bin/gendiff --format=stylish file1.json file2.json
5151```
5252
53- You can also choose the second output format ` plain `
53+ You can also choose the second output format ` plain ` :
5454
5555``` bash
5656bin/gendiff --format=plain file1.json file2.json
5757```
5858
59- Instead of the flag ` --format ` , you can use the short version ` -f `
59+ Instead of the flag ` --format ` , you can use the short version ` -f ` .
6060
6161## Examples:
6262
You can’t perform that action at this time.
0 commit comments