mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-01 21:59:38 +00:00
Rename "Usage" to "Quick start"
This commit is contained in:
parent
fda14e067c
commit
d8e2634681
3 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,6 @@ ZLUDA is a drop-in replacement for CUDA on non-NVIDIA GPUs. ZLUDA allows running
|
|||
<div align="center">
|
||||
|
||||
<!-- 80x28 104.75x28 62x28-->
|
||||
[<img src="https://img.shields.io/badge/docs-green?style=for-the-badge&logo=readthedocs&logoColor=white" width="160" height="56">](https://discord.gg/sg6BNzXuc7) [<img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white" width="209.5" height="56">](https://discord.gg/sg6BNzXuc7) [<img src="https://img.shields.io/badge/news-red?style=for-the-badge&logo=book&logoColor=white" width="124" height="56">](https://discord.gg/sg6BNzXuc7)
|
||||
[<img src="https://img.shields.io/badge/quick start-green?style=for-the-badge&logo=readthedocs&logoColor=white" width="267.5" height="56">](https://zluda--474.org.readthedocs.build/474/) [<img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white" width="209.5" height="56">](https://discord.gg/sg6BNzXuc7) [<img src="https://img.shields.io/badge/news-red?style=for-the-badge&logo=book&logoColor=white" width="124" height="56">](https://vosen.github.io/ZLUDA/)
|
||||
|
||||
<div/>
|
|
@ -1,7 +1,7 @@
|
|||
# Summary
|
||||
|
||||
# General
|
||||
- [Usage](./usage.md)
|
||||
- [Quick start](./quick_start.md)
|
||||
- [Troubleshooting](./troubleshooting.md)
|
||||
- [FAQ](./faq.md)
|
||||
# For developers
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue