mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 12:07:02 -04:00
⚡ Build docs
This commit is contained in:
parent
7261c11060
commit
3e93b1689f
1 changed files with 15 additions and 0 deletions
|
@ -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/
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue