From ef22e894d1595ccde46c3446b9d63702a278d689 Mon Sep 17 00:00:00 2001 From: Yang Li Date: Tue, 6 Sep 2022 09:01:21 -0700 Subject: [PATCH] update README.md to generate the misssing version.cpp file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caefc62..510da43 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ HipSTR requires a standard c++ compiler. To obtain HipSTR, use: To build, use Make: cd HipSTR - make + make version && make The commands will construct an executable file called **HipSTR** in the current directory, for which you can view detailed help information by typing