aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorSeb Ospina <[email protected]>2024-02-26 12:43:46 +0100
committerGitHub <[email protected]>2024-02-26 12:43:46 +0100
commitaf0216b1a000cb2f8b705611a9198c916cca3146 (patch)
tree9040d227d14d9c17a5d5b2431299172149b9ae29 /README.md
parent4a81dbffb5ce37be0f999476ce69c444d9ec77c8 (diff)
downloadZLUDA-af0216b1a000cb2f8b705611a9198c916cca3146.tar.gz
ZLUDA-af0216b1a000cb2f8b705611a9198c916cca3146.zip
Fix adrenalin software link (#139)
The link that should be for AMD Adrenalin was pointing to ROCm linux info
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6281f0e..2756292 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Make sure you have the following installed:
* Rust (1.66.1 or newer)
* C++ compiler
* (Linux only) ROCm 5.7+ (_not ROCm 6_) (https://rocm.docs.amd.com/en/latest/deploy/linux/install_overview.html)
-* (Windows only) Recent AMD Radeon Software Adrenalin (https://rocm.docs.amd.com/en/latest/deploy/linux/install_overview.html)
+* (Windows only) Recent [AMD Radeon Software Adrenalin](https://www.amd.com/en/technologies/software)
* (Recommended, optional) Ninja (https://ninja-build.org/)
Alternatively, if you are building for Linux, [.devcontainer](.devcontainer) directory contains various developer Dockerfiles with all the required dependencies