update docs

This commit is contained in:
liamcottle
2024-08-02 18:20:20 +12:00
parent 5effc901f3
commit de8fdfae96
2 changed files with 3 additions and 1 deletions

View File

@@ -133,6 +133,7 @@ If you don't want to, or can't [download](#download) a standalone application, y
``` ```
git clone https://github.com/liamcottle/reticulum-meshchat git clone https://github.com/liamcottle/reticulum-meshchat
cd reticulum-meshchat cd reticulum-meshchat
npm run build
pip install -r requirements.txt pip install -r requirements.txt
python meshchat.py python meshchat.py
``` ```

View File

@@ -7,7 +7,8 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .", "start": "electron .",
"dist": "vite build && python setup.py build && electron-builder --publish=never" "build": "vite build",
"dist": "npm run build && python setup.py build && electron-builder --publish=never"
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {