From 3e93b1689f40bb44143fd062378578d63f79916b Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 15 Nov 2020 17:27:39 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Build=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/rainbow/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/rainbow/README.md b/packages/rainbow/README.md index b29126bd..09216e09 100644 --- a/packages/rainbow/README.md +++ b/packages/rainbow/README.md @@ -123,6 +123,7 @@ GitHub Actions is automatically runs on every `push`(on **main** & **dev** branc ### Manual Build > Make sure your [python environment](../../README.md#setup-python-environment) setup and `virtualenv` is **active**. +> Run these 👇 commands in **root** of project. #### Install Node/PyPi Packages @@ -142,4 +143,18 @@ yarn build # Build Windows & X11 packa yarn build:x11 # Build only X11 packages # OR yarn build:win # Build only Windows cursors +``` +After build `bitmaps` and `themes` directory are generated at project **root**. + +### Install Build Theme + +All builded cursor themes are available inside `themes` directory. + +#### Linux + +```bash +cd ./themes + +# installing Theme to local user(recommend) +rm -rf ~/.icons/Bibata-* && cp -r Bibata-* ~/.icons/ ``` \ No newline at end of file