Skip to content

Commit

Permalink
update readme, don't tell users to do just ./go also remove the ref…
Browse files Browse the repository at this point in the history
…erence to `clean`
  • Loading branch information
lukeis committed Jul 18, 2016
1 parent ffbe2cc commit 9044e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ available on your `$PATH`.
To build Selenium, in the same directory as this file:

```sh
./go
./go build
```

The order of building modules is determined by the build system.
Expand Down Expand Up @@ -148,7 +148,7 @@ For an express build of the binaries we release run the following from
the directory containing the `Rakefile`:

```sh
./go clean release
./go release
```

All build output is placed under the `build` directory. The output can
Expand Down

0 comments on commit 9044e15

Please sign in to comment.