diff --git a/README.md b/README.md index 7f6b0d4..8070cff 100644 --- a/README.md +++ b/README.md @@ -3,15 +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/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) +[![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) +![GoFM](./statics/GoFM_home.png) -Usage ------ -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: +## 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: ``` ./GoFM -d /path/to/your/music/directory @@ -40,10 +41,9 @@ For example, to change the server's port number to 8080, use the -p option follo ``` ./GoFM -d /path/to/your/music/directory -p 8080 ``` -Available Online Services ------ -Taylor's music: [https://fm.stackstore.net](https://fm.stackstore.net) -License ------ -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! +You can find more information about GoFM on [STACKSTORE](https://stackstore.net/GoFM). + +## 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! diff --git a/statics/GoFM_home.png b/statics/GoFM_home.png new file mode 100644 index 0000000..dfad9bc Binary files /dev/null and b/statics/GoFM_home.png differ