diff options
author | Matt Caswell <matt@openssl.org> | 2016-10-15 11:24:13 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-11-04 10:38:54 +0000 |
commit | da88e88a79b4e283328bb09f60b6e0099ae939e9 (patch) | |
tree | b48f7da3178eedf89d5d4d1ad334b1ce0e5bdd75 /test/README.external | |
parent | d664ff498cad7b40fe330ce91f211b327e2e3090 (diff) | |
download | openssl-new-da88e88a79b4e283328bb09f60b6e0099ae939e9.tar.gz |
Fix argument order in documentation
git clone has the directory name last
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/README.external')
-rw-r--r-- | test/README.external | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.external b/test/README.external index 68d84813bb..3cd0541408 100644 --- a/test/README.external +++ b/test/README.external @@ -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: |