diff --git a/README.md b/README.md index 53776cd..eac7337 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ Supports pipelining and telnet commands. There is only one function `ListenAndServe`, and one type `Conn`. +Installing +---------- + +``` +go get github.com/tidwall/redcon +``` + +Example +------- Here's a full example of a Redis clone that accepts: - SET key value diff --git a/example/clone.go b/examples/clone.go similarity index 100% rename from example/clone.go rename to examples/clone.go