Skip to content

Commit

Permalink
v0.1.3 alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
kidskoding committed Dec 11, 2024
1 parent 0b5fab3 commit ecda40b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spotify-cli"
version = "0.1.1-alpha"
version = "0.1.3"
edition = "2021"
default-run = "spotify"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIT License
# MIT License

Copyright (c) 2024 Anirudh Konidala

Expand Down
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
# spotify-cli

A Command Line Interface (CLI) tool for Spotify built using Rust
A Command Line Interface (CLI) tool for Spotify, built using Rust

## Downloading and Installing the `spotify-cli` tool

### Windows
### macOS

install Arch lmfao 😹
For macOS users, the `spotify-cli` tool can be easily installed using [Homebrew](https://brew.sh/)

1. Install homebrew [here](https://brew.sh/)
2. Add the tap

```sh
brew tap kidskoding/spotify-cli
```

3. Install the `spotify-cli` tool

```sh
brew install spotify-cli
```

### Source

Those who wish to build the `spotify-cli` tool from source can follow the instructions below:
Those who wish to build the `spotify-cli` tool from source can follow the instructions below

1. Since this CLI tool was built in Rust, you will need to install Rust [here](https://www.rust-lang.org/learn/get-started)
2. Extract the tarball:

```sh
wget https://github.com/kidskoding/spotify-cli/archive/refs/tags/v0.1.2-alpha.tar.gz
wget https://github.com/kidskoding/spotify-cli/releases/download/v0.1.3-alpha/spotify-cli.tar.gz
tar -xvzf spotify-cli.tar.gz
```

Expand All @@ -32,7 +45,7 @@ Those who wish to build the `spotify-cli` tool from source can follow the instru
1. Download and Extract the standalone binary:

```sh
wget https://github.com/kidskoding/spotify-cli/releases/download/v0.1.2-alpha/spotify-cli.tar
wget https://github.com/kidskoding/spotify-cli/releases/download/v0.1.3-alpha/spotify-cli.tar
tar -xvf spotify-cli.tar
```

Expand Down

0 comments on commit ecda40b

Please sign in to comment.