From d8e2634681212ec4034f1799ded1426729f20183 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Wed, 3 Sep 2025 21:07:36 +0000 Subject: [PATCH] Rename "Usage" to "Quick start" --- README.md | 2 +- docs/src/SUMMARY.md | 2 +- docs/src/{usage.md => quick_start.md} | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) rename docs/src/{usage.md => quick_start.md} (83%) diff --git a/README.md b/README.md index 8511c5e..e1e798b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ ZLUDA is a drop-in replacement for CUDA on non-NVIDIA GPUs. ZLUDA allows running
-[](https://discord.gg/sg6BNzXuc7) [](https://discord.gg/sg6BNzXuc7) [](https://discord.gg/sg6BNzXuc7) +[](https://zluda--474.org.readthedocs.build/474/) [](https://discord.gg/sg6BNzXuc7) [](https://vosen.github.io/ZLUDA/)
\ No newline at end of file diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 8e4375b..1604f57 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -1,7 +1,7 @@ # Summary # General -- [Usage](./usage.md) +- [Quick start](./quick_start.md) - [Troubleshooting](./troubleshooting.md) - [FAQ](./faq.md) # For developers diff --git a/docs/src/usage.md b/docs/src/quick_start.md similarity index 83% rename from docs/src/usage.md rename to docs/src/quick_start.md index 79498ba..9f15ebe 100644 --- a/docs/src/usage.md +++ b/docs/src/quick_start.md @@ -1,11 +1,12 @@ -# Usage +# Quick start > [!WARNING] > This version of ZLUDA is under heavy development and will likely not work with your application yet. In the meantime, you are encouraged to try it and report results. ## How to get it -ZLUDA evolves quickly. Download the [most recent pre-release version](https://github.com/vosen/ZLUDA/releases). Periodically, we mark a pre-release version as stable, but you don't have to wait for that. +ZLUDA evolves quickly, we recommend downloading the [most recent pre-release version](https://github.com/vosen/ZLUDA/releases). +Periodically, we mark a pre-release version as stable, you can download it from the "Releases" section on our [Github page](https://github.com/vosen/ZLUDA). ## Usage