Skip to content

Commit

Permalink
Merge pull request #4 from jullianoacqio/develop
Browse files Browse the repository at this point in the history
Documentation update and improvements to BazelTestEngine.php
  • Loading branch information
jullianoacqio authored Feb 9, 2021
2 parents 6e8a795 + bd34adb commit 6f57156
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Run you bazel tests using `arc unit` command (also get your BUILD filers formatt

1. Copy content of this repository into your project:
```
curl -sSL https://github.com/igorgatis/bazel-arcanist/archive/0.3.tar.gz | tar zxf - --strip-components=1 --wildcards bazel-arcanist-0.1/tools/*
curl -sSL https://github.com/acqio/bazel-arcanist/archive/0.1.tar.gz | tar zxf - --strip-components=1 --wildcards bazel-arcanist-0.1/tools/*
```
2. Modify `.arcconfig` to make it look like this:
```
Expand All @@ -21,8 +21,10 @@ curl -sSL https://github.com/igorgatis/bazel-arcanist/archive/0.3.tar.gz | tar z
"buildifier": {
"type": "buildifier",
"include": [
"(^BUILD$)",
"(\\.BUILD$)",
"(\\.bazel$)",
"(\\.bzl$)",
"(^BUILD$)",
"(^WORKSPACE$)"
]
}
Expand Down

0 comments on commit 6f57156

Please sign in to comment.