Skip to content

Commit 740057a

Browse files
committed
Updated README.
1 parent 2a1651e commit 740057a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ Build
2020
Things to do after downloading nginx::
2121

2222
# static module
23-
> ./configure --add-module=/path/to/nginx-python-module
23+
$ ./configure --add-module=/path/to/nginx-python-module
2424

2525
# dynamic module
26-
> ./configure --add-dynamic-module=/path/to/nginx-python-module
26+
$ ./configure --add-dynamic-module=/path/to/nginx-python-module
2727

2828
# sync-only version (no blocking operation substitution)
29-
> ./configure --add-module=/path/to/nginx-python-module
29+
$ ./configure --add-module=/path/to/nginx-python-module
3030
--with-cc-opt=-DNGX_PYTHON_SYNC=1
3131

3232
# a specific Python installation can be used
3333
# by exporting the path to python-config
34-
> export PYTHON_CONFIG=/path/to/python-config
34+
$ export PYTHON_CONFIG=/path/to/python-config
3535

3636

3737
Tests
@@ -46,13 +46,13 @@ Like in standard nginx tests, the following environment variables are supported
4646
Running tests::
4747

4848
# run all tests
49-
> python t
49+
$ python t
5050
5151
# add verbosity with -v, get help with -h
52-
> python t -v
52+
$ python t -v
5353

5454
# run an individual test
55-
> python t/test_http_basic.py
55+
$ python t/test_http_basic.py
5656

5757

5858
Directives

0 commit comments

Comments
 (0)