Fix argument order in documentation
authorMatt Caswell <matt@openssl.org>
Sat, 15 Oct 2016 10:24:13 +0000 (11:24 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Nov 2016 10:38:54 +0000 (10:38 +0000)
git clone has the directory name last

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/README.external

index 68d84813bba5cdcd15818443338e00574f6de1a9..3cd0541408af70a48273755877ad1b158945d53e 100644 (file)
@@ -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: