Commit da88e88a authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix argument order in documentation



git clone has the directory name last

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent d664ff49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ platforms.
In order to run the BoringSSL tests with OpenSSL, first checkout the BoringSSL
source code into an appropriate directory:

$ git clone boringssl https://boringssl.googlesource.com/boringssl
$ git clone https://boringssl.googlesource.com/boringssl boringssl

The BoringSSL tests are only confirmed to work at a specific commit in the
BoringSSL repository. Later commits may or may not pass the test suite: