Update runfiles library label in setup instructions
This still pointed to `bazel_tools`, which works, but we would eventually want to drop.
diff --git a/shell/runfiles/runfiles.bash b/shell/runfiles/runfiles.bash
index f618b2c..14d70d6 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.