aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/shell/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shell/README.md')
-rw-r--r--examples/shell/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/shell/README.md b/examples/shell/README.md
new file mode 100644
index 0000000000..da0c726621
--- /dev/null
+++ b/examples/shell/README.md
@@ -0,0 +1,10 @@
+# Shell Examples
+
+These examples demonstrate building shell binaries, libraries, and tests.
+They also show methods to access runfiles from different shell targets.
+
+```
+bazel build examples/shell:bin
+bazel build examples/shell:lib
+bazel test examples/shell:test
+```