Home

js-spectre @main - refs - log -
-
https://git.jolheiser.com/js-spectre.git
JS implementation for spectre/masterpassword
tree log patch
update readme Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQFDafgxnaWq8jJEhFU9Zs06hAAsKvp5DyTN3+sLkkPE7ONZ8Evk8cB2ueJRGbNsDwa KsOXSkYLsWPpYFQFgYGQI= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 week ago
1 changed files, 6 additions(+), 2 deletions(-)
M README.mdREADME.md
diff --git a/README.md b/README.md
index 334d8b2252afc826386347459ca8b8b21ca402bb..cb5561be9a8149d6decba785047a279c4bbd616e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 # js-spectre
 
-JavaScript implementation of [Spectre](https://spectre.app).
+TypeScript/JavaScript implementation of [Spectre](https://spectre.app).
+
+I don't plan on publishing this to npm, so if you want to install it you'll need to go direct or host it somewhere yourself.
+
+`npm install git+https://git.jolheiser.com/js-spectre.git`
 
 ## Code Quality
 
@@ -10,4 +14,4 @@ 3. `npm run test`
 
 ## License
 
-[GPLv3](LICENSE) - Same as original algorithm
\ No newline at end of file
+[GPLv3](LICENSE) - Same as original algorithm