From 7e0ef4bcd3df79c46def93d0657734ac583c6fcb Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Mon, 21 Aug 2017 12:59:22 -0700 Subject: [PATCH] Update README.md (#149) Add license --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d68d759..a484716 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ There is also a demo application: 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 +via [Homebrew](https://brew.sh/) and then downloads and installs the TensorFlow library on your machine under `/usr/local`. After running the script to install system dependencies, build the project with stack: @@ -104,3 +104,6 @@ chroot-environment containing necessary dependencies. Type to enter the environment and build the project. Note, that it is an emulation of common Linux environment rather than full-featured Nix package expression. No exportable Nix package will appear, but local development is possible. + +## License +This project is licensed under the terms of the [Apache 2.0 license](LICENSE).