From bab1d5205fb4e4edbcfa1db28aa7192354173db1 Mon Sep 17 00:00:00 2001 From: Xiaobo Zhang Date: Mon, 28 Jan 2019 13:42:05 -0800 Subject: [PATCH 1/2] update README with 'Contributing to Bazel-Remote' section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f4a3cd8dc..c2a63b35e 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,9 @@ $ docker run -v /path/to/cache/dir:/data \ Please take a look at Bazel's documentation section on [remote caching](https://docs.bazel.build/versions/master/remote-caching.html#run-bazel-using-the-remote-cache) + +## Contributing to Bazel-Remote + +Step 1. Install Go tools: +Step 2. Since Bazel-Remote is a Bazel project, follow the link to set up Bazel: +Step 3. Set up IDE. Visual Studio Code is easy to set up for Go language: \ No newline at end of file From 48e92c9ea705f9527eb379c806aff33567eb4a79 Mon Sep 17 00:00:00 2001 From: Xiaobo Zhang Date: Wed, 30 Jan 2019 15:10:31 -0800 Subject: [PATCH 2/2] update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2a63b35e..65999624f 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,6 @@ caching](https://docs.bazel.build/versions/master/remote-caching.html#run-bazel- ## Contributing to Bazel-Remote -Step 1. Install Go tools: -Step 2. Since Bazel-Remote is a Bazel project, follow the link to set up Bazel: -Step 3. Set up IDE. Visual Studio Code is easy to set up for Go language: \ No newline at end of file +Step 1. Install [Go](https://golang.org/doc/install#install) tools +Step 2. Set up [Bazel](https://bazel.build/contributing.html) +Step 3. Set up IDE. [Visual Studio Code](https://code.visualstudio.com/) with Go extension has good support for development with Go language. Other IDE tools may work too.