summarylogtreecommitdiffstats
path: root/bazel.install
diff options
context:
space:
mode:
Diffstat (limited to 'bazel.install')
-rw-r--r--bazel.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/bazel.install b/bazel.install
new file mode 100644
index 000000000000..ad0bc7367d6b
--- /dev/null
+++ b/bazel.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo '>>> To start a new project, type:'
+ echo '>>> $ cp -R /opt/bazel/base_workspace my_new_workspace'
+}