Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,9 @@
To install, paste this into your terminal.

This wont work on windows, you will need to do these steps with the windows equivalents
to get the files
# to get the files
```bash
git clone --recursive https://github.com/MistWarp/desktop mistwarp-desktop
```
to update and build them
```bash
cd mistwarp-desktop
git pull
npm ci
npm run fetch
npm run electron:package:dir
cd dist
pwd
```

The last line of this will tell you the directory to open in your file manager, then go into the folder named the platform you are on (mac/linux/windows) and find the executable, then you should move the executable to your applications folder or similar and you are done.
# to update and build them
run update.bat or update.sh
9 changes: 9 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

cd mistwarp-desktop
git pull
npm ci
npm run fetch
npm run electron:package:dir
cd dist
pwd
8 changes: 8 additions & 0 deletions update.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
cd mistwarp-desktop
git pull
npm ci
npm run fetch
npm run electron:package:dir
cd dist
cd