From 5845cf9bd88c9657b175cb13ef3abb6d5adc4bc9 Mon Sep 17 00:00:00 2001 From: Tickbase <47538996+Novattz@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:57:25 +0100 Subject: [PATCH] Update README for clarity and corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d568bc6..7ffc0fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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: @@ -61,7 +61,7 @@ While the core functionality is working, please be aware that this is an early r ```bash git clone https://github.com/Novattz/creamlinux-installer.git - cd creamlinux + cd creamlinux-installer ``` 2. Install dependencies: @@ -124,7 +124,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) f ## 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 - [Tauri](https://tauri.app/) - Framework for building the desktop application - [React](https://reactjs.org/) - UI library