From 69135fc4a48938be1b5e53fae3970ae9e6bfc243 Mon Sep 17 00:00:00 2001 From: kven <83703131+Kven1@users.noreply.github.com> Date: Wed, 29 Oct 2025 02:01:29 +0300 Subject: [PATCH] Update creamlinux executable name in README.dm --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c06e7a..038998a 100644 --- a/README.md +++ b/README.md @@ -29,21 +29,21 @@ While the core functionality is working, please be aware that this is an early r ### AppImage (Recommended) -1. Download the latest `CreamLinux.AppImage` from the [Releases](https://github.com/Novattz/creamlinux-installer/releases) page +1. Download the latest `creamlinux.AppImage` from the [Releases](https://github.com/Novattz/creamlinux-installer/releases) page 2. Make it executable: ```bash - chmod +x CreamLinux.AppImage + chmod +x creamlinux.AppImage ``` 3. Run it: ```bash - ./CreamLinux.AppImage + ./creamlinux.AppImage ``` For Nvidia users use this command: ``` - WEBKIT_DISABLE_DMABUF_RENDERER=1 ./creamlinux.appimage + WEBKIT_DISABLE_DMABUF_RENDERER=1 ./creamlinux.AppImage ``` ### Building from Source