Move images to images/ folder

This commit is contained in:
Henrik Friedrichsen
2021-11-29 23:10:01 +01:00
parent 4a400ad83e
commit dbd8ca93bb
5 changed files with 3 additions and 3 deletions

View File

@@ -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 <henrik@affekt.org>"]
repository = "https://github.com/hrkfdn/ncspot"

View File

@@ -1,5 +1,5 @@
<p align="center" style="text-align:center">
<img src="logo.svg" width="128px" alt="logo"/>
<img src="images/logo.svg" width="128px" alt="logo"/>
</p>
# 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

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB