@@ -20,12 +20,12 @@ different wordlists provided by the EFF.
2020## Table of Contents
2121
2222* [ Examples of generated passphrases] ( #examples-of-generated-passphrases )
23+ * [ Latest version available] ( #latest-version-available )
24+ * [ Installation] ( #installation )
2325* [ Usage] ( #usage )
2426 - [ Options and arguments] ( #options-and-arguments )
2527* [ How many bits of entropy does your passphrase need?] ( #how-many-bits-of-entropy-does-your-passphrase-need )
2628* [ Is a CSPRNG really needed here?] ( #is-a-csprng-really-needed-here )
27- * [ Installation] ( #installation )
28- * [ Latest version available] ( #latest-version-available )
2929
3030## Examples of generated passphrases
3131
@@ -59,6 +59,21 @@ pgen -w bip39 -n 24
5959> sword relief this any peanut uncle supreme month impose learn rose ramp double auction course mutual bench elder
6060> unfair dizzy harbor use casino pledge
6161
62+ ## Latest version available
63+
64+ ``` zsh
65+ pgen --version
66+ ```
67+
68+ ``` text
69+ pgen 3.0.0-alpha.1
70+ ```
71+
72+ ## Installation
73+
74+ 1 . [ Install Rust] ( https://www.rust-lang.org/en-US/install.html ) .
75+ 2 . Run ` cargo install -f pgen@3.0.0-alpha.1 `
76+
6277## Usage
6378
6479```
@@ -180,21 +195,6 @@ sense to use a CSPRNG.
180195
181196* ` lastresort ` (1) on [ crates.io] ( https://crates.io/crates/base256 ) / [ GitHub] ( https://github.com/ctsrc/Base256 )
182197
183- ## Installation
184-
185- 1 . [ Install Rust] ( https://www.rust-lang.org/en-US/install.html ) .
186- 2 . Run ` cargo install -f pgen@3.0.0-alpha.1 `
187-
188- ## Latest version available
189-
190- ``` zsh
191- pgen --version
192- ```
193-
194- ``` text
195- pgen 3.0.0-alpha.1
196- ```
197-
198198[ EFFWL ] : https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases
199199
200200[ BIP39 ] : https://en.bitcoin.it/wiki/BIP_0039
0 commit comments