From e48b80473083dee036d7ec22821d24bac8b3bcde Mon Sep 17 00:00:00 2001 From: Lizonghang <870644199@qq.com> Date: Wed, 9 Apr 2025 13:55:30 +0400 Subject: [PATCH] update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index a0c015f8..b702dcc4 100644 --- a/README.md +++ b/README.md @@ -137,16 +137,11 @@ brew install gcc make cmake fio git wget highs zeromq ### Build, Download, and Test -First, clone our repo from [Github](https://github.com/Lizonghang/prima.cpp): +First, clone this repo and build the project: ```shell -git clone https://github.com/Lizonghang/prima.cpp.git cd prima.cpp -``` -Then, run the following command to build the project: - -```shell # If you are on the device with rank 0, USE_HIGHS=1 must be added: make USE_HIGHS=1 -j$(nproc)