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: docs/install.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Installation
2
2
3
3
You can install DeckMaster's latest version via one of the installers, or by building it from the source code.
4
-
Sadly, Mac users currently **must** build from source as I cannot compile for MacOS.
5
4
6
5
> NOTE: auto-update is disabled. Please download new versions to install them when they are released. I will try to fix this as soon as possible. Watch the blog for updates: https://theotterholt.blogspot.com/
7
6
@@ -15,10 +14,10 @@ Sadly, Mac users currently **must** build from source as I cannot compile for Ma
15
14
## Windows Installer
16
15
17
16
Head to the [download](https://github.com/TheOtterlord/deckmaster/releases/latest) page for the most recent version of **DeckMaster**.
18
-
Download the `win-installer.exe` file and run it to install the app.
17
+
Download the `installer.exe` file and run it to install the app.
19
18
20
-
You might be warned by Windows not to run the app.
21
-
This is because the app is unsigned.
19
+
You might be warned by Windows not to run the app.
20
+
This is because the app is unsigned.
22
21
Code signing can cost a lot of money, and for an individual developing free software, it doesn't make much sense to sign it.
23
22
24
23

@@ -27,14 +26,14 @@ To continue using the installer, just click `More info`, then `Run anyway`.
27
26
If the installer does not work on your architecture, you can always [build from source](#build-from-source).
28
27
29
28
30
-
## Linux Installer
29
+
## Linux & macOS Installers
31
30
32
31
Head to the [download](https://github.com/TheOtterlord/deckmaster/releases/latest) page for the most recent version of **DeckMaster**.
33
-
Download the `linux-installer` with your platform's installer extension and run it to install the app.
32
+
Download the `linux-installer` with your platform's installer extension (or `installer.dmg` on macOS) and run it to install the app.
34
33
35
-
You can install the `rpm` build using something like `yum`.
34
+
You can install the `rpm` build using a supported package manager like `yum`.
36
35
37
-
You may be warned by your computer that the app is unknown and unsigned.
36
+
You may be warned by your computer that the app is unknown.
38
37
This is because the app is not signed.
39
38
Code signing can cost a lot of money, and for an indifivual developing free software, it doesn't make much sense to sign my code.
40
39
If the installer does not work, you can always [build from source](#build-from-source).
@@ -47,5 +46,5 @@ If you run into any problems, please open an [issue](https://github.com/TheOtter
47
46
48
47
1. Install [NodeJS](https://nodejs.org)
49
48
2. Download the [repository](https://github.com/TheOtterlord/deckmaster/archive/master.zip), and unzip it into an empty folder
50
-
3. Run `npm install && npm install electron-builder` to download dependancies
51
-
4. Run `npm run dev` to use the app, or run `npm run build` to package it for your platform
0 commit comments