From 9d5b7789c3ea6cc786242672d0f55819cbed2c6d Mon Sep 17 00:00:00 2001 From: Kevin Boyd Date: Fri, 8 May 2020 14:14:03 -0700 Subject: [PATCH] Update README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6da99c3..f4bdc03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# cpu_check - -`NOTE:` BETA code, work-in-progress. +# CPU Check CPU torture test designed for SMP systems, attempting to find CPU hardware faults, focusing primarily on the x86_64 architecture. @@ -29,8 +27,8 @@ Designed to run under Unix/Linux OS. ## Building ``` -sh$ git clone git@github.com:stixpjr/cpu_check.git -sh$ cd cpu_check +sh$ git clone git@github.com:google/cpu-check.git +sh$ cd cpu-check sh$ mkdir build sh$ cd build sh$ cmake .. @@ -51,7 +49,6 @@ to cmake via, eg: ## TODO: * Use git submodules for: - * farmhash: https://github.com/google/farmhash * highwayhash: https://github.com/google/highwayhash * crc32c: https://github.com/google/crc32c * cityhash: https://github.com/google/cityhash