From 293ec7aec5d955fd848b3801c613f318db991ef3 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 20 Mar 2020 11:02:18 -0400 Subject: [PATCH] Minor update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d4000b..8c673a72 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,7 @@ a table-oriented output that can be conventiently parsed by other tools. One can run tests and benchmarks using docker. It especially makes sense under Linux. A privileged access may be needed to get performance counters. ``` -git clone https://github.com/lemire/simdjson.git +git clone https://github.com/simdjson/simdjson.git cd simdjson docker build -t simdjson . docker run --privileged -t simdjson