Update runfiles library label in setup instructions (#35)
This still pointed to `bazel_tools`, which works for now but should be
dropped eventually.
diff --git a/shell/runfiles/runfiles.bash b/shell/runfiles/runfiles.bash
index e2dfd20..169ee62 100644
--- a/shell/runfiles/runfiles.bash
+++ b/shell/runfiles/runfiles.bash
@@ -58,7 +58,7 @@
# sh_binary(
# name = "my_binary",
# ...
-# deps = ["@bazel_tools//tools/bash/runfiles"],
+# deps = ["@rules_shell//shell/runfiles"],
# )
#
# 2. Source the runfiles library.