Skip to content

Commit 9044e15

Browse files
committed
update readme, don't tell users to do just ./go also remove the reference to clean
1 parent ffbe2cc commit 9044e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ available on your `$PATH`.
4949
To build Selenium, in the same directory as this file:
5050

5151
```sh
52-
./go
52+
./go build
5353
```
5454

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

150150
```sh
151-
./go clean release
151+
./go release
152152
```
153153

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

0 commit comments

Comments
 (0)