From 646ff79ce842f426b479d90e8d8cdf0286ef5492 Mon Sep 17 00:00:00 2001 From: Lunxaaa Date: Sat, 4 Apr 2026 00:49:56 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 634411e..d7de661 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A lightweight, VSCode-inspired desktop code editor built with Tauri 2, React, Ty ### Arch Linux (recommended) -Download `lunar-code-0.1.0-1-x86_64.pkg.tar.zst` from the [latest release](https://github.com/luna/lunar-code/releases/latest), then: +Download `lunar-code-0.1.0-1-x86_64.pkg.tar.zst` from the [latest release](https://github.com/Lunxaaa/Lunar-code/releases/tag/v1), then: ```bash sudo pacman -U lunar-code-0.1.0-1-x86_64.pkg.tar.zst @@ -16,7 +16,7 @@ This installs the binary to `/usr/bin/lunar-code` and adds a `.desktop` entry so ### Debian/Ubuntu -Download `Lunar.Code_0.1.0_amd64.deb` from the [latest release](https://github.com/luna/lunar-code/releases/latest), then: +Download `Lunar.Code_0.1.0_amd64.deb` from the [latest release](https://github.com/Lunxaaa/Lunar-code/releases/tag/v1), then: ```bash sudo dpkg -i Lunar.Code_0.1.0_amd64.deb @@ -24,7 +24,7 @@ sudo dpkg -i Lunar.Code_0.1.0_amd64.deb ### Fedora/RHEL -Download `Lunar.Code-0.1.0-1.x86_64.rpm` from the [latest release](https://github.com/luna/lunar-code/releases/latest), then: +Download `Lunar.Code-0.1.0-1.x86_64.rpm` from the [latest release](https://github.com/Lunxaaa/Lunar-code/releases/tag/v1), then: ```bash sudo rpm -i Lunar.Code-0.1.0-1.x86_64.rpm