Skip to content

Commit 158ab05

Browse files
authored
Update README.md
-Update details -Made explicit HTTPS calls -Added a link to Homebrew
1 parent 5b1004b commit 158ab05

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
[![Status](https://travis-ci.org/tensorflow/rust.svg?branch=master)](https://travis-ci.org/tensorflow/rust)
44

55
TensorFlow Rust provides idiomatic [Rust](https://www.rust-lang.org) language
6-
bindings for [TensorFlow](http://tensorflow.org).
6+
bindings for [TensorFlow](https://tensorflow.org).
77

88
**Notice:** This project is still under active development and not guaranteed to have a
99
stable API. This is especially true because the underlying TensorFlow C API has not yet
1010
been stabilized as well.
1111

1212
* [Documentation](https://tensorflow.github.io/rust/tensorflow/)
13-
* [TensorFlow website](http://tensorflow.org)
13+
* [TensorFlow website](https://tensorflow.org)
1414
* [TensorFlow GitHub page](https://github.com/tensorflow/tensorflow)
1515

1616
## Getting Started
@@ -68,7 +68,7 @@ In short:
6868

6969
1. Install [SWIG](http://www.swig.org) and [NumPy](http://www.numpy.org). The
7070
version from your distro's package manager should be fine for these two.
71-
2. [Install Bazel](http://bazel.io/docs/install.html), which you may need to do
71+
2. [Install Bazel](https://bazel.io/docs/install.html), which you may need to do
7272
from source.
7373
3. `git clone https://github.com/tensorflow/tensorflow`
7474
4. `cd tensorflow`
@@ -84,11 +84,8 @@ If this is not possible, add `$TENSORFLOW_SRC/bazel-bin/tensorflow` to
8484

8585
You may need to run `ldconfig` to reset `ld`'s cache after copying `libtensorflow.so`.
8686

87-
**OSX Note**: If you are running on OSX, there is a
88-
[Homebrew PR](https://github.com/Homebrew/homebrew-core/pull/10273) in process which, once merged,
89-
will make it easy to install `libtensorflow` wihout hassle. In the meantime, you can take a look at
90-
[snipsco/tensorflow-build](https://github.com/snipsco/tensorflow-build) which provides a homebrew
91-
tap that does essentially the same.
87+
**macOS Note**: Via [Homebrew](https://brew.sh/) in process which, you can just run
88+
`brew install libtensorflow`.
9289

9390
## FAQ's
9491

@@ -101,16 +98,16 @@ use. See http://doc.crates.io/manifest.html#the-features-section.
10198

10299
## Contributing
103100
Developers and users are welcome to join
104-
[#tensorflow-rust](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23tensorflow-rust)
101+
[#tensorflow-rust](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23tensorflow-rust)
105102
on irc.mozilla.org.
106103

107-
See [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute code.
104+
Please read the [contribution guidelines](CONTRIBUTING.md) on how to contribute code.
108105

109106
This is not an official Google product.
110107

111108
RFCs are [issues tagged with RFC](https://github.com/tensorflow/rust/labels/rfc).
112-
Check them out and comment. Discussions are welcome. After all, thats what a Request For
113-
Comment is for!
109+
Check them out and comment. Discussions are welcomed. After all, that is the purpose of
110+
Request For Comment!
114111

115112
## License
116-
This project is licensed under the terms of the [Apache 2.0 license](https://github.com/tensorflow/rust/blob/master/LICENSE).
113+
This project is licensed under the terms of the [Apache 2.0 license](LICENSE).

0 commit comments

Comments
 (0)