Skip to content

Commit b212413

Browse files
committed
Fix formatting in README
1 parent 0a69ef3 commit b212413

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ See https://phpcompiler.org for more details.
88

99
After checking out via git, run
1010

11-
$ touch src/generated/*
12-
$ ./configure
13-
$ make
14-
$ make install
11+
$ touch src/generated/*
12+
$ ./configure
13+
$ make
14+
$ make install
1515

1616
For more detail, see the manual, in docs/manual/.
1717

@@ -29,12 +29,18 @@ each test run.
2929

3030
To run tests:
3131

32-
$ make test (aka make check)
32+
$ make test # aka make check
33+
3334
or
35+
3436
$ make installcheck
37+
3538
or
39+
3640
$ make long-test
41+
3742
or
43+
3844
$ php test/framework/driver.php
3945

4046
The latter allows command line options, and limiting the tests with regular

0 commit comments

Comments
 (0)