Skip to content

Commit

Permalink
Update README.md BIP39-XOR on Windows - instructional video
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTonoski committed Dec 10, 2023
1 parent 4fae5ed commit 3fc642b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Generate input BIP-39 twelve codewords randomly and output two complementary enc

## Launch on Windows
There are a few alternative methods to download and run the program on Windows, e.g.:
1. Download and run the file: [BIP39-XOR.sfx.exe](https://github.com/GregTonoski/BIP39-XOR/releases/download/v5.0.0/BIP39-XOR.sfx.exe),
1. Download and run the file: [BIP39-XOR.sfx.exe](https://github.com/GregTonoski/BIP39-XOR/releases/download/v5.0.0/BIP39-XOR.sfx.exe),
[![BIP39-XOR on Windows - instruction video](https://img.youtube.com/vi/oZAIvqtOBK4/default.jpg)](https://youtu.be/oZAIvqtOBK4)
(BIP39-XOR on Windows - instructional video),
2. open PowerShell application and copy-paste this line:
```
powershell Invoke-WebRequest -URI "https://github.com/GregTonoski/BIP39-XOR/releases/download/v4.1.0/busybox.exe" -OutFile "$HOME\busybox.exe" ; Invoke-WebRequest -URI "https://raw.githubusercontent.com/GregTonoski/BIP39-XOR/main/BIP39-XOR.sh" -OutFile "$HOME\BIP39-XOR.sh" ; Start-Process -FilePath "$HOME\busybox.exe" -ArgumentList "bash","$HOME\BIP39-XOR.sh"
Expand Down

0 comments on commit 3fc642b

Please sign in to comment.