From 2929e8e54848e62cd4f90271f92fb9403d020a0a Mon Sep 17 00:00:00 2001 From: Zerthox Date: Mon, 29 Jun 2020 15:53:10 +0200 Subject: [PATCH] Move screenshots to own folder --- README.md | 4 ++-- .../6-stable4.7.9.png | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename 6-release.4.7.9.png => screenshots/6-stable4.7.9.png (100%) diff --git a/README.md b/README.md index 54c30ac3e..34efe3dfa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ [![Issues][issues-badge]][issues-link] [![Pull Requests][prs-badge]][prs-link] -![v6 Sapphire](https://github.com/ClearVision/ClearVision-v6/raw/master/6-release.4.7.9.png) +![v6 Sapphire](https://github.com/ClearVision/ClearVision-v6/raw/master/screenshots/6-stable.4.7.9.png) @@ -29,7 +29,7 @@ Download the theme file and move it into your [BetterDiscord](https://betterdisc >[ClearVision_v6.theme.css](https://clearvision.gitlab.io/download/v6/latest) ## Building from source -In order build the theme from source you'll need [Sass](https://sass-lang.com) & [PostCSS Autoprefixer](https://github.com/postcss/autoprefixer). +In order build the theme from source you will need [Sass](https://sass-lang.com) & [PostCSS Autoprefixer](https://github.com/postcss/autoprefixer). With [npm](https://npmjs.org/get-npm) installed you can simply run `npm install` to install all missing dependencies and compile the theme into the `/public` folder via `npm run build`. **Dependencies:** diff --git a/6-release.4.7.9.png b/screenshots/6-stable4.7.9.png similarity index 100% rename from 6-release.4.7.9.png rename to screenshots/6-stable4.7.9.png