forked from github/schildichat-desktop
20 lines
331 B
Markdown
20 lines
331 B
Markdown
# SchildiChat-Desktop
|
|
|
|
Wrapper project for element-desktop, element-web, matrix-react-sdk and matrix-js-sdk, in order to build SchildiChat-Desktop.
|
|
|
|
# Initial setup
|
|
|
|
```
|
|
git clone --recurse-submodules https://github.com/SpiritCroc/schildichat-desktop.git
|
|
./setup.sh
|
|
```
|
|
|
|
# Build on/for Linux
|
|
|
|
`make`
|
|
|
|
|
|
# Build on/for Windows
|
|
|
|
TODO
|