Skip to content

Commit

Permalink
README: remove chmod step from _make script example
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz authored and oharboe committed Feb 16, 2024
1 parent 694fc36 commit 472b737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ In the second rule (`sh_binary`) the `runfiles` directory for the script is crea
```
bazel build $(bazel query "deps(L1MetadataArray_test_floorplan) except L1MetadataArray_test_floorplan")
bazel build L1MetadataArray_test_floorplan_make
cd bazel-bin && chmod -R +w . && cd ..
./bazel-bin/L1MetadataArray_test_floorplan_make do-floorplan
```

Expand Down

0 comments on commit 472b737

Please sign in to comment.