Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Remove the installation option which is built from bazel
  • Loading branch information
Albert Dai committed Jul 16, 2019
1 parent aa0e121 commit 167cd85
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ environment variables, additional arguments.
## Installation
You can download the ios_test_runner.par binary in [release](https://github.com/google/xctestrunner/releases)

or build the ios_test_runner.par binary by bazel:
```
$ git clone https://github.com/google/xctestrunner.git
$ cd xctestrunner
$ bazel build xctestrunner:ios_test_runner.par
$ ls bazel-bin/xctestrunner/ios_test_runner.par
```

## Usage
- Build your app under test and test bundle. You can use Xcode.app,
`xcodebuild` command line tool or [bazel](https://github.com/bazelbuild/bazel).
Expand Down

0 comments on commit 167cd85

Please sign in to comment.