From ba96a29a0c1978dcb6a99a0862ba584b29f6b9f4 Mon Sep 17 00:00:00 2001 From: Tickbase Date: Mon, 19 May 2025 00:54:57 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc3fcd1..5461511 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ CreamLinux is a GUI application for Linux that simplifies the management of DLC ### AppImage (Recommended) -1. Download the latest `CreamLinux.AppImage` from the [Releases](https://github.com/yourusername/creamlinux/releases) page +1. Download the latest `CreamLinux.AppImage` from the [Releases](https://github.com/novattz/creamlinux/releases) page 2. Make it executable: ```bash chmod +x CreamLinux.AppImage @@ -39,7 +39,7 @@ CreamLinux is a GUI application for Linux that simplifies the management of DLC 1. Clone the repository: ```bash - git clone https://github.com/yourusername/creamlinux.git + git clone https://github.com/novattz/creamlinux.git cd creamlinux ```