commit 04108237e9578786112aae06eb468a876179888d
parent 57ff515dbe3aa56129f2c00eb498c1e5ec637d18
Author: lash <dev@holbrook.no>
Date: Thu, 11 Jul 2024 03:08:35 +0100
Add deps, install to readme
Signed-off-by: lash <dev@holbrook.no>
Diffstat:
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -7,6 +7,18 @@ It is written in pure javascript using the [alpinejs](https://alpinejs.dev/) fra
It uses [PGP (openpgpjs)](https://openpgpjs.org/) for signatures and encryption.
+## Install
+
+* `nvm install 18.8`
+* `nvm use 18.8`
+* `npm install`
+
+
+## Dependencies
+
+* [wala-rust](https://defalsify.org/git/wala-rust/) `v0.1.7`
+
+
## User interface
The application consists of only two pages.
diff --git a/package.json b/package.json
@@ -1,13 +1,13 @@
{
"name": "forro",
- "version": "0.1.0-rc.1",
+ "version": "0.1.0-rc.4",
"license": "GPLv3",
"author": "Louis Holbrook <dev@holbrook.no> (https://holbrook.no)",
"dependencies": {
"alpinejs": "3.10.3",
"openpgp": "5.5.0",
"jssha": "3.2.0",
- "MimeJS": "file:///home/lash/src/contrib/mime-js#lash/plain-part"
+ "MimeJS": "git+https://git.defalsify.org/mime-js#lash/plain-part"
},
"engines": {
"node": "^18.8"