Skip to content

Commit

Permalink
Removed git archive instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgatis committed Jun 22, 2018
1 parent a1df036 commit d88853f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Run you bazel tests using `arc unit` command (also get your BUILD filers formatted using `arc lint`). Here is how:

1. Copy content of this repository into your project. Let's say you have `/path/to/.arcconfig`, then:
```
cd /path/to/
git archive --format=tar --remote=https://github.com/igorgatis/bazel-arcanist HEAD | tar xf -
```
1. Copy content of this repository into your project.
2. Modify `.arcconfig` to make it look like this:
```
{
Expand Down

0 comments on commit d88853f

Please sign in to comment.