mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Change from OS X to macOS (#142)
* Update README.md Update terminology to macOS. Also rename install_osx_dependencies.sh to install_macos_dependencies.sh.
This commit is contained in:
parent
7817255c2b
commit
41f4c8a235
2 changed files with 3 additions and 3 deletions
|
@ -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`.
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue