This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 518163a Update README.md Patch: Ting Sun
518163a is described below
commit 518163afbd7c4f6733d12fa6f2de3db612fda947
Author: Ting Sun <[email protected]>
AuthorDate: Sun Jan 24 00:18:46 2021 +0800
Update README.md
Patch: Ting Sun
This closes #2317
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a5af5ab..a22f222 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++.)