From 75a67ecbcb003202f7e42f234d1bec1d897de934 Mon Sep 17 00:00:00 2001 From: Boidushya Date: Sun, 3 May 2026 15:59:23 +0530 Subject: [PATCH 1/3] chore: update repo URLs after move to better-lyrics org --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4997347..577fa7e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Better Lyrics API -![GitHub top language](https://img.shields.io/github/languages/top/boidushya/better-lyrics-api) -![GitHub License](https://img.shields.io/github/license/boidushya/better-lyrics-api) -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/boidushya/better-lyrics-api/go.yml) +![GitHub top language](https://img.shields.io/github/languages/top/better-lyrics/api) +![GitHub License](https://img.shields.io/github/license/better-lyrics/api) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/better-lyrics/api/go.yml) ![Railway](https://img.shields.io/badge/deployment-railway-javascript?logo=railway&logoColor=fff&color=851AE6) This repository contains the source code for the official Better Lyrics API - primarily serving as the backend for [Better Lyrics](https://better-lyrics.boidu.dev). @@ -26,7 +26,7 @@ This repository contains the source code for the official Better Lyrics API - pr To install and run the Lyrics API Go, follow these steps: -1. Clone the repository: `git clone https://github.com/boidushya/better-lyrics-api.git` +1. Clone the repository: `git clone https://github.com/better-lyrics/api.git` 2. Navigate to the project directory: `cd better-lyrics-api` 3. Install the dependencies: `go mod tidy` 4. Copy the `.env.example` file to `.env` and update the environment variables as needed: `cp .env.example .env` From 2ee3069a42ec5d38f689fcba03025b851316e538 Mon Sep 17 00:00:00 2001 From: Boidushya Date: Sun, 3 May 2026 16:08:05 +0530 Subject: [PATCH 2/3] fix: correct cd path in install instructions after repo move --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 577fa7e..dbb0de6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repository contains the source code for the official Better Lyrics API - pr To install and run the Lyrics API Go, follow these steps: 1. Clone the repository: `git clone https://github.com/better-lyrics/api.git` -2. Navigate to the project directory: `cd better-lyrics-api` +2. Navigate to the project directory: `cd api` 3. Install the dependencies: `go mod tidy` 4. Copy the `.env.example` file to `.env` and update the environment variables as needed: `cp .env.example .env` 5. Start the server: `go run main.go` From 3a683f62d1ecdea628698aa252b93a3c5903caeb Mon Sep 17 00:00:00 2001 From: Boidushya Date: Sun, 3 May 2026 16:17:04 +0530 Subject: [PATCH 3/3] chore: retrigger preview workflow to test new comment styling