Skip to content

Commit

Permalink
v0.1.1-alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
kidskoding committed Dec 10, 2024
1 parent ae2a737 commit 08e3b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 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.0-alpha"
version = "0.1.1-alpha"
edition = "2021"
default-run = "spotify"

Expand Down
37 changes: 1 addition & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,41 +8,6 @@ A Command Line Interface (CLI) for Spotify built using Rust, where users can man

install Arch lmfao 😹

### Mac

Mac users can use Homebrew.

1. Install Homebrew [here](https://brew.sh/)
2. Install `spotify-cli` by running:

```sh
brew tap kidskoding/spotify-cli https://github.com/kidskoding/spotify-cli
brew install spotify-cli
```

### Linux

Linux users can use their native package manager.

1. Debian based distributions (Debian, Ubuntu, Linux Mint, etc.) run:

```sh
sudo apt update
sudo apt install spotify-cli
```

2. For Red Hat based distributions (RHEL, Fedora, CentOS, etc.), run:

```sh
sudo dnf install spotify-cli
```

3. For Arch based distribution (Arch, Manjaro) run:

```sh
sudo pacman -S spotify-cli
```

### Source

Those who wish to build the `spotify-cli` tool from source can follow the instructions below:
Expand All @@ -51,7 +16,7 @@ Those who wish to build the `spotify-cli` tool from source can follow the instru
2. Extract the tarball:

```sh
wget https://github.com/kidskoding/spotify-cli/spotify-cli.tar.gz
wget wget https://github.com/kidskoding/spotify-cli/releases/download/v0.1.1-alpha/spotify-cli-0.1.1-alpha.tar.gz
tar -xvzf spotify-cli.tar.gz
```

Expand Down

0 comments on commit 08e3b6a

Please sign in to comment.