summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTing Sun <11710108@mail.sustech.edu.cn>2021-01-24 00:18:46 +0800
committerJens Geyer <jensg@apache.org>2021-02-04 20:49:45 +0100
commit518163afbd7c4f6733d12fa6f2de3db612fda947 (patch)
tree221ee9c37806cb5ac656bd880164f3794e2b5871 /README.md
parentde523c79b38bfd74aed812532ad6557d704bc945 (diff)
downloadthrift-518163afbd7c4f6733d12fa6f2de3db612fda947.tar.gz
Update README.md
Patch: Ting Sun This closes #2317
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a5af5aba7..a22f222cf 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ From the top directory, do:
./configure
You may need to specify the location of the boost files explicitly.
-If you installed boost in /usr/local, you would run configure as follows:
+If you installed boost in `/usr/local`, you would run configure as follows:
./configure --with-boost=/usr/local
@@ -157,7 +157,7 @@ Run ./configure --help to see other configuration options
Please be aware that the Python library will ignore the --prefix option
and just install wherever Python's distutils puts it (usually along
-the lines of /usr/lib/pythonX.Y/site-packages/). If you need to control
+the lines of `/usr/lib/pythonX.Y/site-packages/`). If you need to control
where the Python modules are installed, set the PY_PREFIX variable.
(DESTDIR is respected for Python and C++.)