diff --git a/README.md b/README.md index 6a10bab..170209c 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ cd reticulum-meshchat npm install --omit=dev # build frontend vue components -npm run build +npm run build-frontend # install python deps pip install -r requirements.txt @@ -284,15 +284,18 @@ pip install -r requirements.txt npm install ``` -**Build Vite App** +**Build and run Electron App** ``` -npm run build +npm run electron ``` -**Run MeshChat Server** + + +**or; Build and run MeshChat Server** ``` +npm run build-frontend python3 meshchat.py --headless ```