diff --git a/README.md b/README.md index 44a8567..327d996 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ the `generate.sh` script. This will create a `compile_commands.json` file at your workspace root. For example, ```sh -RELEASE_VERSION=0.2.3 +RELEASE_VERSION=0.3.0 curl -L https://github.com/grailbio/bazel-compilation-database/archive/${RELEASE_VERSION}.tar.gz | tar -xz bazel-compilation-database-${RELEASE_VERSION}/generate.sh ```