diff --git a/BUILD.md b/BUILD.md deleted file mode 100644 index 04083a016..000000000 --- a/BUILD.md +++ /dev/null @@ -1,25 +0,0 @@ -# Build instructions for OSX - -1. Update Qt to v5.10+ - - brew install qt5 - brew link qt5 --force - -2. Download Spectral source - - git clone https://gitlab.com/b0/spectral - cd spectral - -3. Pull in the dependencies - - git submodule init - git submodule update - -4. Build Spectral - - qmake ../spectral.pro - make -j4 - -5. Open Spectral - - open spectral.app/Contents/MacOS/spectral diff --git a/README.md b/README.md index 9e96e2ab6..b1c745105 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,13 @@ Spectral is a glossy cross-platform client for Matrix, the decentralized communi ![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/3.png) ![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/4.png) -## Document +## Documentation -There is a [separate document](https://spectral.encom.eu.org/docs/) for Spectral. +Documentation for Spectral is located +[here](https://spectral.encom.eu.org/docs/). + +Build instructions for Spectral are located on [this +page](https://spectral.encom.eu.org/docs/tutorial/compile.html). ## Contact