mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-06-06 09:41:14 -04:00
📚 Build Docs
This commit is contained in:
parent
c377d9e413
commit
c64faa8c36
1 changed files with 31 additions and 0 deletions
31
README.md
31
README.md
|
@ -120,6 +120,8 @@ Enjoy upcoming **[macOS BigSur](https://www.apple.com/macos/big-sur-preview/)**
|
||||||
- python (<=3.6)
|
- python (<=3.6)
|
||||||
- pip3
|
- pip3
|
||||||
|
|
||||||
|
<!-- Install -->
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
## Basic Installation
|
## Basic Installation
|
||||||
|
@ -157,3 +159,32 @@ sudo mv macOSBigSur /usr/share/icons/
|
||||||
6. Click "**apply**" and "**ok**".
|
6. Click "**apply**" and "**ok**".
|
||||||
|
|
||||||
## Manual Install
|
## Manual Install
|
||||||
|
|
||||||
|
> Make sure you have installed all [Build dependencies](#build-dependencies).
|
||||||
|
|
||||||
|
### ⚡ Auto Build (using GitHub Actions)
|
||||||
|
|
||||||
|
GitHub Actions is automatically runs on every `push`(on **master** and **dev** branchs) and `pull request`(on **master** branch), You found theme resources in `artifact` section of **build**.You found all **Actions** in [.github/workflows](https://github.com/ful1e5/apple_cursor/tree/master/.github/workflows) directory.
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# This command setup python virtual environment && install all packages
|
||||||
|
yarn setup
|
||||||
|
# Build & Unpack built cursor theme
|
||||||
|
yarn compile && yarn unpack
|
||||||
|
```
|
||||||
|
|
||||||
|
After build `bitmaps` and `packages` are generated at project root directory.
|
||||||
|
|
||||||
|
### Install Build Cursor
|
||||||
|
|
||||||
|
All builded cursor packages are available inside `packages` directory.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd ./packages
|
||||||
|
# Unpack .tar archive
|
||||||
|
mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur
|
||||||
|
# clean old version & install new build version to local user (recommended)
|
||||||
|
rm -rf ~/.icons/macOSBigSur && cp macOSBigSur ~/.icons/
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue