From 5e6884fe33b7a99aa65398cf577de7e5d0f40415 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Wed, 12 Aug 2020 16:31:03 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=B0=20Comment=20intend=20&=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3fb79c5..2f4639c 100644 --- a/README.md +++ b/README.md @@ -148,10 +148,12 @@ bash <(wget -qO- "https://raw.githubusercontent.com/ful1e5/apple_cursor/master/s

--> ```bash -# Unpack +# extract `macOSBigSur.tar` mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur + # For local users mv macOSBigSur ~/.icons/ + # For all users sudo mv macOSBigSur /usr/share/icons/ ``` @@ -249,10 +251,10 @@ GitHub Actions is automatically runs on every `push`(on **master** and **dev** b #### Setup python environment ```bash -python3 -m pip install --upgrade pip # Update pip to latest -python3 -m pip3 install virtualenv # Install python virtual environment -virtualenv venv # Create new virtualenv named `venv` -source venv/bin/activate # Activate virtualenv +python3 -m pip install --upgrade pip # Update pip to latest +python3 -m pip3 install virtualenv # Install python virtual environment +virtualenv venv # Create new virtualenv named `venv` +source venv/bin/activate # Activate virtualenv # For Deactivate virtualenv deactivate @@ -265,19 +267,19 @@ deactivate ##### Using yarn ```bash -yarn install # Install all Node Packages -yarn py_install # Install all PyPi Packages -yarn compile # Compile the cursor theme -yarn unpack # To extract`./packages/macOSBigSur.tar` file +yarn install # Install all Node Packages +yarn py_install # Install all PyPi Packages +yarn compile # Compile the cursor theme +yarn unpack # To extract`./packages/macOSBigSur.tar` file ``` ##### Using npm ```bash -npm install # Install all Node Packages -npm py_install # Install all PyPi Packages -npm compile # Compile the cursor theme -npm unpack # To extract`./packages/macOSBigSur.tar` file +npm install # Install all Node Packages +npm py_install # Install all PyPi Packages +npm compile # Compile the cursor theme +npm unpack # To extract`./packages/macOSBigSur.tar` file ``` After build `bitmaps` and `packages` directory are generated at project **root**.