From 2f58abc89a787bc84fb446ebaee4e876b224a39b Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 26 Aug 2020 14:53:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Installation=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 36e02f3..0730926 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ bash <(wget -qO- "https://raw.githubusercontent.com/ful1e5/apple_cursor/master/s ```bash # extract `macOSBigSur.tar` -mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur +tar -xvf macOSBigSur.tar # For local users mv macOSBigSur ~/.icons/ @@ -270,7 +270,6 @@ deactivate yarn install # Install all Node Packages yarn py_install # Install all PyPi Packages yarn compile # Compile the cursor theme -yarn unpack # To extract`./themes/macOSBigSur.tar` file ``` ##### Using npm @@ -279,7 +278,6 @@ yarn unpack # To extract`./themes/macOS npm install # Install all Node Packages npm py_install # Install all PyPi Packages npm compile # Compile the cursor theme -npm unpack # To extract`./themes/macOSBigSur.tar` file ``` After build `bitmaps` and `themes` directory are generated at project **root**.