diff --git a/README.md b/README.md index 0f3fa70..d68d759 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ There is also a demo application: cd tensorflow-mnist stack --docker --docker-image=$IMAGE_NAME build --exec Main -## Build on Mac OS X +## Build on macOS -Run the [install_osx_dependencies.sh](./tools/install_osx_dependencies.sh) +Run the [install_macos_dependencies.sh](./tools/install_macos_dependencies.sh) script in the `tools/` directory. The script installs dependencies via [Homebrew](http://brew.sh) and then downloads and installs the TensorFlow library on your machine under `/usr/local`. diff --git a/tools/install_osx_dependencies.sh b/tools/install_macos_dependencies.sh similarity index 96% rename from tools/install_osx_dependencies.sh rename to tools/install_macos_dependencies.sh index 7e09f79..ec78e42 100755 --- a/tools/install_osx_dependencies.sh +++ b/tools/install_macos_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eu -echo "Installing OSX System Dependencies" +echo "Installing macOS System Dependencies" echo "==================================" if ! type "brew" > /dev/null; then