From 2e7d2a59b35b61547ea912ff7fd99218f293a35e Mon Sep 17 00:00:00 2001 From: bttk Date: Mon, 26 Nov 2018 15:19:31 -0800 Subject: [PATCH] Add install_rules_dependencies to the example in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 71131b3..16a52a1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ This is not an officially supported Google product. remote = "https://github.com/bazelbuild/rules_install.git", tag = '0.0.1', ) + + load("@com_github_google_rules_install//:package.bzl", "install_rules_dependencies") + + install_rules_dependencies() ``` 1. In the BUILD file of the package where you want to add an installer add the following: