[PATCH] D107142: [Bazel] Typo fix
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 30 08:38:57 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc3f19804f39d: [Bazel] Typo fix (authored by xgupta, committed by GMNGeoffrey).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107142/new/
https://reviews.llvm.org/D107142
Files:
utils/bazel/README.md
Index: utils/bazel/README.md
===================================================================
--- utils/bazel/README.md
+++ utils/bazel/README.md
@@ -26,7 +26,7 @@
1. `git clone https://github.com/llvm/llvm-project.git; cd llvm-project` if
you don't have a checkout yet.
-2. Install Bazel at the version indicated by [.bazelversion](./bazelversion),
+2. Install Bazel at the version indicated by [.bazelversion](./.bazelversion),
following the official instructions, if you don't have it installed yet:
https://docs.bazel.build/versions/master/install.html.
3. `cd utils/bazel`
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107142.363108.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210730/b49eca40/attachment.bin>
More information about the llvm-commits
mailing list