Browse Source

h2i: add installation tips to README

Brad Fitzpatrick 10 years ago
parent
commit
b70dcabe3a
1 changed files with 8 additions and 2 deletions
  1. 8 2
      h2i/README.md

+ 8 - 2
h2i/README.md

@@ -12,17 +12,23 @@ Features:
  - etc
 - type in HTTP/1.n and have it auto-HPACK/frame-ify it for HTTP/2
 - pretty print all received HTTP/2 frames from the peer (including HPACK decoding)
-- tab completion of available commands
+- tab completion of commands, options
 
 Not yet features, but soon:
 - unnecessary CONTINUATION frames on short boundaries, to test peer implementations 
 - request bodies (DATA frames)
-- auto-completion of subcommands and options
 - send invalid frames for testing server implementations (supported by underlying Framer)
 
 Later:
 - act like a server
 
+## Installation
+
+```
+$ go get github.com/bradfitz/http2/h2i
+$ h2i <host>
+```
+
 ## Demo
 
 ```