From a8afe5c5e4fbaea8a16778a426771e94c892952b Mon Sep 17 00:00:00 2001 From: Dragan Djuric Date: Thu, 22 Feb 2024 11:34:32 +0100 Subject: [PATCH] Style. --- articles/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/getting_started.md b/articles/getting_started.md index 06c9287..b2cdeef 100644 --- a/articles/getting_started.md +++ b/articles/getting_started.md @@ -22,7 +22,7 @@ ClojureCUDA uses native Nvidia GPU drivers, and CUDA toolkit, so it is very impo The most straightforward way to include ClojureCUDA in your project is with Leiningen. * Add the following dependency to your `project.clj`:![](https://clojars.org/uncomplicate/clojurecuda/latest-version.svg) -* Add the appropriate JavaCPP CUDA distribution jar, such as [org.bytedeco/cuda "12.3-8.9-1.5.10" :classifier linux-x86_64-redist] +* Add the appropriate JavaCPP CUDA distribution jar, such as `[org.bytedeco/cuda "12.3-8.9-1.5.10" :classifier linux-x86_64-redist]` If you use the latest CUDA (as of this writing, `12.3`) that's all. Please not that JavaCPP CUDA is *VERY LARGE*, so the download will take time the first time you're doing it. If you do this from an IDE, you would not even know why your REPL is not up yet, and may kill the process. This