From 834e4fe2ec573d2c56e8b4057ab6890ba7d9eb44 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 5 Sep 2020 17:35:43 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Build=20Doc?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25d2ce42..671c7c8d 100644 --- a/README.md +++ b/README.md @@ -282,11 +282,33 @@ deactivate > Make sure your [python environment](#setup-python-environment) setup and `virtualenv` is **active**. +#### Install Node/PyPi Packages + ```bash yarn install # Install all Node Packages yarn py_install # Install all PyPi Packages -yarn render # Render all Bibata Bitmaps -yarn build # Build all Windows & Linux packages +``` + +#### Build Bibata + +```bash +yarn render:bibata-modern # Render Bibata Modern Bitmaps +yarn render:bibata-original # Render Bibata Original Bitmaps +yarn build # Build Windows & Linux packages +``` + +#### Build Bibata Modern Only + +```bash +yarn render:bibata-modern # Render Bibata Modern Bitmaps +yarn build # Build Windows & Linux packages +``` + +#### Build Bibata Original Only + +```bash +yarn render:bibata-original # Render Bibata Original Bitmaps +yarn build # Build Windows & Linux packages ``` After build `bitmaps` and `themes` directory are generated at project **root**.