From 8d6f505a3f130cc449a1c52c6748f907db33ed49 Mon Sep 17 00:00:00 2001 From: huiyuxie Date: Thu, 19 Sep 2024 22:52:34 -0400 Subject: [PATCH] Complete --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebeb69f..35b00b8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The package is now in pre-release status and will be registered once the initial ## Users Users who are interested now can install the package by running the following command in the Julia REPL: ```julia -julia> using Pkg; Pkg.add(url="https://github.com/czha/TrixiCUDA.jl.git") +julia> using Pkg; Pkg.add(url="https://github.com/trixi-gpu/TrixiCUDA.jl.git") ``` Then the package can be used with the following simple command: ```julia @@ -100,7 +100,7 @@ summary_callback() ``` # Benchmarks -Coming... +Please check benchmark branch and this part will be updated soon. # Show Your Support We always welcome new contributors to join us in future development. Please feel free to reach out if you would like to get involved!