You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,18 @@ To combat and alleviate the symptoms there is the famous 20/20/20 rule that aims
14
14
15
15
This is not medical advice. Read more [here](https://en.wikipedia.org/wiki/Computer_vision_syndrome) and [here](https://www.aoa.org/healthy-eyes/eye-and-vision-conditions/computer-vision-syndrome).
16
16
17
-
## 📦 Install
17
+
## 📦 Installation
18
18
19
19
Head to the [release page](https://github.com/cupcakearmy/unpixel/releases) and grab the latest for your platform.
20
20
21
21
- For `macOS` you can downlaod the `.dmg` image.
22
22
- For `Windows` download the `.exe`.
23
23
- For `Linux` either the `.AppImage` or `.deb`, you will know what fits you 😉.
24
+
25
+
## Building / Development
26
+
27
+
1. Clone the repo
28
+
2.`yarn install`
29
+
3.`yarn dist` to build for all platforms
30
+
31
+
Alternatevly you can run `yarn build` and the `yarn electron-builder -m` for `macOS`, `-l` fir `linux` or `-w` for `windows`.
0 commit comments