Skip to content

Commit

Permalink
Update development guide (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Sep 16, 2019
1 parent 08246f8 commit 5338313
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@ This document contains notes about development and testing of Protocol Buffers L
## Prerequisites

- [Go 1.13](https://golang.org/dl) (for development)
- [Bazelisk](https://github.com/bazelbuild/bazelisk) (explained at [Build and Test](#build-and-test))

## Build and Test

This project uses [Bazel](https://bazel.build) and also Bazelisk for build and test.
Bazelisk installs Bazel versioned by `.bazelversion` if not installed yet, and uses Bazel of the version.
So all you need is to install Bazelisk.

```
$ go get github.com/bazelbuild/bazelisk
```
Bazelisk installs Bazel versioned by `.bazelversion`.

And Bazel controls the versions of Go, Protocol Buffers and something like that.
Thus, you don't need to care about their versions and install them to build or test.
Expand Down

0 comments on commit 5338313

Please sign in to comment.