From dbd8ca93bb7115064dd5a52cbdde333d3f1f91e1 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Mon, 29 Nov 2021 23:10:01 +0100 Subject: [PATCH] Move images to `images/` folder --- Cargo.toml | 2 +- README.md | 4 ++-- logo.svg => images/logo.svg | 0 {screenshots => images}/screenshot-thumb.png | Bin {screenshots => images}/screenshot.png | Bin 5 files changed, 3 insertions(+), 3 deletions(-) rename logo.svg => images/logo.svg (100%) rename {screenshots => images}/screenshot-thumb.png (100%) rename {screenshots => images}/screenshot.png (100%) diff --git a/Cargo.toml b/Cargo.toml index afedf1e..d2d2feb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ncspot" description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." -exclude = ["screenshots/**"] +exclude = ["images/**"] version = "0.9.1" authors = ["Henrik Friedrichsen "] repository = "https://github.com/hrkfdn/ncspot" diff --git a/README.md b/README.md index 02bf79b..e9ba040 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- logo + logo

# ncspot @@ -19,7 +19,7 @@ provide a simple and resource friendly alternative to the official client as well as to support platforms that currently don't have a Spotify client, such as the \*BSDs. -[![Search](/screenshots/screenshot-thumb.png?raw=true)](/screenshots/screenshot.png?raw=true) +[![Search](/images/screenshot-thumb.png?raw=true)](/images/screenshot.png?raw=true) ## Table of Contents diff --git a/logo.svg b/images/logo.svg similarity index 100% rename from logo.svg rename to images/logo.svg diff --git a/screenshots/screenshot-thumb.png b/images/screenshot-thumb.png similarity index 100% rename from screenshots/screenshot-thumb.png rename to images/screenshot-thumb.png diff --git a/screenshots/screenshot.png b/images/screenshot.png similarity index 100% rename from screenshots/screenshot.png rename to images/screenshot.png