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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@
11
11
1. Download the latest [Release](https://github.com/core-coin/wallet-generator/releases) for your system.
12
12
-`wallet-generator-darwin-x86_64` = macOS
13
13
-`wallet-generator-linux-x86_64` = Linux
14
-
1.[Open the Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) and navigate to file location. Mostly it is: `~/Downloads`
14
+
1.[Open the Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) and navigate to file location. Mostly it is: `~/Downloads` You can change directory with the command: `cd ~/Downloads`
15
15
1. Grant permissions:
16
-
- Via the terminal: `chmod +x wallet-generator-...` or
16
+
- Via the terminal: `chmod +x wallet-generator-…` or
17
17
- Via the properties of the file: Right click on File -> Properties -> Permissions -> Execute.
18
18
1. Start the application:
19
-
- Via the terminal: `./wallet-generator-...` or
19
+
- Via the terminal: `./wallet-generator-…` or
20
20
- Via GUI: Double click on it.
21
21
1. The application will start in your predefined browser automatically at the following address: `http://localhost:8080`.
22
22
@@ -63,6 +63,7 @@ To proceed press `Run`, otherwise hit `Cancel`.
63
63
64
64
Make sure you:
65
65
- Download the application from official [release page](https://github.com/core-coin/wallet-generator/releases).
66
+
- Compare the checksum with the application, you are about to execute. Command: `cat wallet-generator-….checksum | sha256sum --check --status`
66
67
- The application is not modified by any third party.
67
68
- Your device is safe and protected by an antivirus.
68
69
- You are not connected to any communication network, not even internet.
0 commit comments