Update README for clarity and corrections

This commit is contained in:
Tickbase
2026-01-02 19:57:25 +01:00
committed by GitHub
parent 6294b99a14
commit 5845cf9bd8

View File

@@ -1,6 +1,6 @@
# CreamLinux # CreamLinux
CreamLinux is a GUI application for Linux that simplifies the management of DLC in Steam games. It provides a user-friendly interface to install and configure CreamAPI (for native Linux games) and SmokeAPI (for Windows games running through Proton). CreamLinux is a GUI application for Linux that simplifies the management of DLC IDs in Steam games. It provides a user-friendly interface to install and configure CreamAPI (for native Linux games) and SmokeAPI (for Windows games running through Proton).
## Watch the demo here: ## Watch the demo here:
@@ -61,7 +61,7 @@ While the core functionality is working, please be aware that this is an early r
```bash ```bash
git clone https://github.com/Novattz/creamlinux-installer.git git clone https://github.com/Novattz/creamlinux-installer.git
cd creamlinux cd creamlinux-installer
``` ```
2. Install dependencies: 2. Install dependencies:
@@ -124,7 +124,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) f
## Credits ## Credits
- [Creamlinux](https://github.com/anticitizn/creamlinux) - Native DLC support - [Creamlinux](https://github.com/anticitizn/creamlinux) - Native support
- [SmokeAPI](https://github.com/acidicoala/SmokeAPI) - Proton support - [SmokeAPI](https://github.com/acidicoala/SmokeAPI) - Proton support
- [Tauri](https://tauri.app/) - Framework for building the desktop application - [Tauri](https://tauri.app/) - Framework for building the desktop application
- [React](https://reactjs.org/) - UI library - [React](https://reactjs.org/) - UI library