Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWei512 committed Nov 7, 2022
1 parent 3846888 commit 9ed290f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# Code Radio CLI

[![Crate](https://img.shields.io/crates/v/code-radio-cli.svg)](https://crates.io/crates/code-radio-cli)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/JasonWei512/code-radio-cli)](https://github.com/JasonWei512/code-radio-cli/releases)

A command line music radio client for https://coderadio.freecodecamp.org
A command line music radio client for https://coderadio.freecodecamp.org, written in Rust.

![Screenshot](./.github/images/screenshot.jpg)

## Install

Install [Rust](https://rustup.rs/), then run:
- Download prebuilt binary from [GitHub release page](https://github.com/JasonWei512/code-radio-cli/releases).

```
cargo install code-radio-cli
```
- Or install with [Cargo](https://rustup.rs/):

```
cargo install code-radio-cli
```

... or go to [GitHub release page](https://github.com/JasonWei512/code-radio-cli/releases) to get prebuilt binary.
Then run `code-radio` in command line.

### ⚠ About building and running on Linux 🐧

Expand Down

0 comments on commit 9ed290f

Please sign in to comment.