Compare commits

...

1 Commits

Author SHA1 Message Date
Nick Klockenga
b7715d3b43
Update link and clone repo to seedsigner from kdmukai 2023-08-02 23:40:40 -04:00

View File

@ -5,14 +5,14 @@
The SettingsQR Generator is just a bunch of static web files that you can run in your browser two different ways:
### Access it online
The online hosted version is available at https://kdmukai.github.io/seedsigner-settings-generator/
The online hosted version is available at https://seedsigner.github.io/seedsigner-settings-generator/
### Download and run offline
You can run the SettingsQR Generator totally offline and air-gapped.
Get a local copy of this github repo by clicking on the green "code" button above.
* If you have `git` installed, you can `git clone https://github.com/kdmukai/seedsigner-settings-generator.git`
* If you have `git` installed, you can `git clone https://github.com/seedsigner/seedsigner-settings-generator.git`
* Or you can choose the "Download Zip" option
At this point you can disconnect your computer from the internet (or transfer the project files over to your air-gapped computer).
@ -29,4 +29,4 @@ see: [SettingsQR Specification](docs/settingsqr_specification.md)
---
#### Attribution
*This repo started as a fork from [@davidshimjs](https://github.com/davidshimjs)'s [qrcodejs](https://github.com/davidshimjs/qrcodejs) but I have since detached my fork as I changed the repo structure and am unlikely to have any PRs from or to the original. @davidshimjs's original [LICENSE](LICENSE) remains as-is from the original repo.*
*This repo started as a fork from [@davidshimjs](https://github.com/davidshimjs)'s [qrcodejs](https://github.com/davidshimjs/qrcodejs) but I have since detached my fork as I changed the repo structure and am unlikely to have any PRs from or to the original. @davidshimjs's original [LICENSE](LICENSE) remains as-is from the original repo.*