Skip to content

Commit 5bca700

Browse files
committed
Updated wording
1 parent 119bc88 commit 5bca700

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
1. Download the latest [Release](https://github.com/core-coin/wallet-generator/releases) for your system.
1212
- `wallet-generator-darwin-x86_64` = macOS
1313
- `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`
1515
1. Grant permissions:
16-
- Via the terminal: `chmod +x wallet-generator-...` or
16+
- Via the terminal: `chmod +x wallet-generator-` or
1717
- Via the properties of the file: Right click on File -> Properties -> Permissions -> Execute.
1818
1. Start the application:
19-
- Via the terminal: `./wallet-generator-...` or
19+
- Via the terminal: `./wallet-generator-` or
2020
- Via GUI: Double click on it.
2121
1. The application will start in your predefined browser automatically at the following address: `http://localhost:8080`.
2222

@@ -63,6 +63,7 @@ To proceed press `Run`, otherwise hit `Cancel`.
6363

6464
Make sure you:
6565
- 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`
6667
- The application is not modified by any third party.
6768
- Your device is safe and protected by an antivirus.
6869
- You are not connected to any communication network, not even internet.

templates.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,26 +83,26 @@ const (
8383
</h2>
8484
<article class="message is-info">
8585
<div class="message-header">
86-
<p> Public address of the key:</p>
86+
<p>Wallet address</p>
8787
</div>
8888
<div class="message-body">
8989
<strong>{{.Address}}</strong>
9090
</div>
9191
</article>
9292
<article class="message is-warning">
9393
<div class="message-header">
94-
<p>Path to the secret key file:</p>
94+
<p>Wallet location</p>
9595
</div>
9696
<div class="message-body">
9797
{{.FilePath}}
9898
</div>
9999
</article>
100100
<article class="message is-danger">
101101
<div class="message-body">
102-
You can share your public address with anyone. Others need it to interact with you.<br>
103-
You must NEVER share the secret key with anyone! The key controls access to your funds!<br>
104-
You must BACKUP your key file! Without the key, it's impossible to access account funds!<br>
105-
You must REMEMBER your password! Without the password, it's impossible to decrypt the key!<br>
102+
You can share your Wallet address with the person/program you decide. Participants need it to interact with you.<br>
103+
You CAN NOT share the secret key with anyone! The key controls access to your funds!<br>
104+
You must BACK UP your key file! Without the key, it's impossible to access account funds!<br>
105+
You must REMEMBER your password! Without the password, it's impossible to decrypt the key!<br>
106106
</div>
107107
</article>
108108
</section>

0 commit comments

Comments
 (0)