File tree Expand file tree Collapse file tree 3 files changed +17
-21
lines changed
Expand file tree Collapse file tree 3 files changed +17
-21
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,6 @@ jobs:
114114
115115 This application transforms your MacBook's trackpad into a precise digital weighing scale.
116116
117- CREDITS:
118- Original repository: https://github.com/KrishKrosh/TrackWeight
119- Created by: Krish Shah (@KrishKrosh)
120-
121- This build was created from a fork at: https://github.com/Rohithzr/TrackWeight
122-
123117 USAGE:
124118 1. Open the scale
125119 2. Rest your finger on the trackpad
Original file line number Diff line number Diff line change 1919 SCHEME : TrackWeight
2020 CONFIGURATION : Release
2121
22+ permissions :
23+ contents : write
24+ packages : write
25+
2226jobs :
2327 build-unsigned :
2428 runs-on : macos-latest
@@ -172,13 +176,7 @@ jobs:
172176 Transform your MacBook's trackpad into a precise digital weighing scale!
173177
174178 **⚠️ This is an unsigned development build** - you may need to allow it in System Preferences.
175-
176- ## Credits
177- **Original repository:** https://github.com/KrishKrosh/TrackWeight
178- **Created by:** Krish Shah (@KrishKrosh)
179-
180- This build is from the fork at https://github.com/Rohithzr/TrackWeight
181-
179+
182180 # # Installation
183181 1. Download the DMG file below
184182 2. Open the DMG and drag TrackWeight.app to your Applications folder
Original file line number Diff line number Diff line change @@ -29,19 +29,23 @@ The key insight is that trackpad pressure events are only generated when there's
2929
3030## Installation
3131
32- ### Option 1: Homebrew (Recommended)
32+ ### Option 1: Download DMG (Recommended)
3333
34- ``` bash
35- brew install --cask krishkrosh/apps/trackweight
36- ```
37-
38- ### Option 2: Download DMG
39-
40- 1 . Go to the [ Releases] ( https://github.com/Rohithzr/TrackWeight/releases ) page
34+ 1 . Go to the [ Releases] ( https://github.com/krishkrosh/TrackWeight/releases ) page
41352 . Download the latest TrackWeight DMG file
42363 . Open the DMG and drag TrackWeight.app to your Applications folder
43374 . Run the application (you may need to allow it in System Preferences > Security & Privacy for unsigned builds)
4438
39+ ### Option 2: Homebrew
40+ 1 . Ensure you have xcode installed
41+ ``` bash
42+ xcode-select --install
43+ ```
44+ 2 . Install TrackWeight
45+ ``` bash
46+ brew install --cask krishkrosh/apps/trackweight
47+ ```
48+
4549### Option 3: Build from Source
4650
47511 . Clone this repository
You can’t perform that action at this time.
0 commit comments