Update README.md
[sfpy.git] / README.md
index 673d640588d528acf0e49503752cba3c1df86c30..c8c9b353404096594599a3695c84cc7402f500c8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ environment) can be built with the following:
 (.env) $
 ```
 
-The local wheel will be created in the dist/ directory. This is the recommended
+The local wheel will be created in the `dist/` directory. This is the recommended
 way to install the package when building it from source locally:
 
 ```
@@ -90,7 +90,7 @@ $ sudo docker run -u $(id -u) --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /
 $
 ```
 
-This will create a set of manylinux1 wheel files in the wheelhouse/ directory.
+This will create a set of manylinux1 wheel files in the `wheelhouse/` directory.
 
 The docker build will make its own static libraries as part of the build process,
 and delete any existing static libraries with `make clean`.
@@ -118,9 +118,9 @@ The Makefiles used to build the static libraries need a few small tweaks to
 make sure that all the right flags are given to gcc. The changes are shown
 in the following diffs.
 
-SoftPosit/build/Linux-x86_64/Makefile
+`SoftPosit/build/Linux-x86_64/Makefile`
 
-```
+```diff
 diff --git a/build/Linux-x86_64-GCC/Makefile b/build/Linux-x86_64-GCC/Makefile
 index 4409e43..46bb877 100644
 --- a/build/Linux-x86_64-GCC/Makefile
@@ -139,9 +139,9 @@ index 4409e43..46bb877 100644
  MAKELIB = ar crs $@
 ```
 
-berkeley-softfloat-3/build/Linux-x86_64/Makefile
+`berkeley-softfloat-3/build/Linux-x86_64/Makefile`
 
-```
+```diff
 diff --git a/build/Linux-x86_64-GCC/Makefile b/build/Linux-x86_64-GCC/Makefile
 index 2ee5dad..b175964 100644
 --- a/build/Linux-x86_64-GCC/Makefile