Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kidskoding committed Dec 10, 2024
1 parent 7955f1a commit 0b5fab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Those who wish to build the `spotify-cli` tool from source can follow the instru
wget https://github.com/kidskoding/spotify-cli/releases/download/v0.1.2-alpha/spotify-cli.tar
tar -xvf spotify-cli.tar
```

2. Move the executable to an executable binary path

```sh
sudo mv ./spotify /usr/local/bin/spotify
```
```sh
sudo mv ./spotify /usr/local/bin/spotify
```

## License

Expand Down
10 changes: 0 additions & 10 deletions src/song.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ impl Song {
}
}

//pub fn get_name(&self) -> &String {
// &self.name
//}
//pub fn get_artists(&self) -> &Vec<SimplifiedArtist> {
// &self.artists
//}
//pub fn get_album(&self) -> &SimplifiedAlbum {
// &self.album
//}

pub fn to_string(&self) -> String {
let mut result: String = String::new();

Expand Down

0 comments on commit 0b5fab3

Please sign in to comment.