diff options
author | Suriyaa Kudo <SuriyaaKudoIsc@users.noreply.github.com> | 2016-03-20 14:25:20 +0100 |
---|---|---|
committer | Suriyaa Kudo <SuriyaaKudoIsc@users.noreply.github.com> | 2016-03-20 14:25:20 +0100 |
commit | 664439623e4d017187b6d08d211507f0ac81fce3 (patch) | |
tree | e2e8732e4bd8e2b22470d2b694a0594023a18e96 | |
parent | 389d5d632e055ad64725e6ba8b92b2ed61c0cab5 (diff) | |
download | fbtracert-664439623e4d017187b6d08d211507f0ac81fce3.zip fbtracert-664439623e4d017187b6d08d211507f0ac81fce3.tar.gz fbtracert-664439623e4d017187b6d08d211507f0ac81fce3.tar.bz2 |
Use quote and commands markdown style
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,15 +1,18 @@ # fbtracert -(pronounced ef-BEE-tracerTEE) +> pronounced: ef-BEE-tracerTEE ## Installing -Requires golang >= 1.5.1 +Requires golang >= 1.5.1: +```bash go get -d github.com/facebook/fbtracert - go install github.com/facebook/fbtracert +``` +```bash $GOPATH/bin/fbtracert --help +``` ## Full documentation |