Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -26,8 +26,8 @@ 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`
2. Navigate to the project directory: `cd better-lyrics-api`
1. Clone the repository: `git clone https://github.com/better-lyrics/api.git`
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`
Expand Down
Loading