update docs
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user