diff --git a/README.md b/README.md index 746d517..8525047 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ and ready for distribution. We just untar the full tools tarball onto any other machine. The only restrictions are: - 1. We must un-tar so that the tools directory ends up in the same - location in the filesystem as where it was built. The binaries + 1. We must un-tar *so that the tools directory ends up in the same + location in the filesystem as where it was built.* The binaries created above make assumptions about where to find their libraries and other dependencies. So, if we built the tools under: @@ -112,9 +112,9 @@ 2. The build- and target machines must have reasonably close kernel versions. That's because the bootstrap phase makes use of native OS header files that are kernel-dependent. If, say, you try to - build this on a CentOS 7 instance, but then attempt to deploy to, - CentOS 5, expect problems. Always build your deploy image on an - OS that is substantially the same as your targets. Again, + build this on a CentOS 7 instance, but then attempt to deploy to + CentOS 5, expect problems. *Always build your deploy image on an + OS that is substantially the same as your targets.* Again, `docker` is your friend here. ## The `brewenv` File