Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pxgo authored Dec 28, 2024
1 parent 7b3a8fd commit fa64ae7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ GoFM
GoFM is a cross-platform real-time audio streaming server written in Go. It allows you to stream MP3 audio files from a specified directory over HTTP and synchronize playback across multiple clients.

[![Go Version](https://img.shields.io/badge/Go-v1.16-blue)](https://golang.org/dl/)
[![Go Report Card](https://goreportcard.com/badge/github.com/ssnat/GoFM)](https://goreportcard.com/report/github.com/ssnat/GoFM)
[![Downloads](https://img.shields.io/github/downloads/pxgo/GoFM/total)](https://github.com/ssnat/GoFM/releases)
[![References](https://img.shields.io/github/forks/pxgo/GoFM?label=references)](https://github.com/ssnat/GoFM/network/members)
[![License](https://img.shields.io/github/license/pxgo/GoFM)](https://github.com/ssnat/GoFM/blob/main/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/pxgo/GoFM)](https://goreportcard.com/report/github.com/pxgo/GoFM)
[![Downloads](https://img.shields.io/github/downloads/pxgo/GoFM/total)](https://github.com/pxgo/GoFM/releases)
[![References](https://img.shields.io/github/forks/pxgo/GoFM?label=references)](https://github.com/pxgo/GoFM/network/members)
[![License](https://img.shields.io/github/license/pxgo/GoFM)](https://github.com/pxgo/GoFM/blob/main/LICENSE)

![GoFM](./statics/GoFM_home.png)

## Usage

To use GoFM, download the latest release from the [Releases page](https://github.com/ssnat/GoFM/releases) and run the server with the following command:
To use GoFM, download the latest release from the [Releases page](https://github.com/pxgo/GoFM/releases) and run the server with the following command:

```
./GoFM -d /path/to/your/music/directory
Expand Down Expand Up @@ -46,4 +46,4 @@ You can find more information about GoFM on [STACKSTORE](https://stackstore.net/

## License

GoFM is released under the [MIT License](https://github.com/ssnat/GoFM/blob/main/LICENSE). Feel free to use, modify, and distribute the software. Contributions are welcome!
GoFM is released under the [MIT License](https://github.com/pxgo/GoFM/blob/main/LICENSE). Feel free to use, modify, and distribute the software. Contributions are welcome!

0 comments on commit fa64ae7

Please sign in to comment.