From 713c3697f44fcb1b43291682133fc42d08a15f31 Mon Sep 17 00:00:00 2001 From: Javier Provecho Fernandez Date: Sun, 1 Jan 2017 11:54:37 +0100 Subject: [PATCH] Add instructions for pulling latest changes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e48da26..536022c 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,13 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648 import "net/http" ``` +4. (Optional) Use latest changes (note: they may be broken and/or unstable): +    ```sh + $ GIN_PATH=$GOPATH/src/gopkg.in/gin-gonic/gin.v1 + $ git -C $GIN_PATH checkout develop + $ git -C $GIN_PATH pull origin develop +    ``` + ## API Examples #### Using GET, POST, PUT, PATCH, DELETE and OPTIONS