aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/README.md
diff options
context:
space:
mode:
authorGravatar Aiden Scandella <ai@uber.com>2017-12-20 13:17:30 -0500
committerGravatar Aiden Scandella <ai@uber.com>2017-12-20 13:17:30 -0500
commit54712744d4b8add6c6e910e3acb2d2fff94922bb (patch)
treebf5fd692beb0df5c467cd4ec3c871425bbeb5ed7 /tensorflow/go/README.md
parent810394550571c5feb333cb6da66afb4b20c3bd85 (diff)
Fix Golang readme installation instruction formatting
This looks like it got pasted in incorrectly
Diffstat (limited to 'tensorflow/go/README.md')
-rw-r--r--tensorflow/go/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/tensorflow/go/README.md b/tensorflow/go/README.md
index 376e22b380..b1bd87eb0c 100644
--- a/tensorflow/go/README.md
+++ b/tensorflow/go/README.md
@@ -26,9 +26,12 @@ from source.
([Linux](https://www.tensorflow.org/install/install_sources#PrepareLinux)
or [OS
X](https://www.tensorflow.org/install/install_sources#PrepareMac)).
- If you don't need GPU support, then try the following: `sh # Linux sudo
- apt-get install python swig python-numpy # OS X with homebrew brew install
- swig`
+ If you don't need GPU support, then try the following:
+
+ ```sh
+ sudo apt-get install python swig python-numpy # Linux
+ brew install swig # OS X with homebrew
+ ```
### Build