Adapt manual install instructions for updating

This commit is contained in:
miruka 2020-05-30 19:37:35 -04:00
parent 9393ed0a3f
commit 61a045269d

View File

@ -20,7 +20,7 @@ but compiling on Windows and macOS should be possible with the right tools.
- [Void Linux / xbps](#void-linux--xbps) - [Void Linux / xbps](#void-linux--xbps)
- [Installing PyOtherSide manually](#installing-pyotherside-manually) - [Installing PyOtherSide manually](#installing-pyotherside-manually)
- [Installing libolm manually](#installing-libolm-manually) - [Installing libolm manually](#installing-libolm-manually)
- [Installing Mirage](#installing-mirage) - [Installing or updating Mirage](#installing-or-updating-mirage)
- [Common issues](#common-issues) - [Common issues](#common-issues)
- [cffi version mismatch](#cffi-version-mismatch) - [cffi version mismatch](#cffi-version-mismatch)
- [Component is not ready](#component-is-not-ready) - [Component is not ready](#component-is-not-ready)
@ -251,14 +251,18 @@ sudo make install
``` ```
### Installing Mirage ### Installing or updating Mirage
After following the above sections instructions depending on your system, After following the above sections instructions depending on your system;
clone the repository, install the python dependencies, compile and install: clone the repository, initalize the submodules,
install the python dependencies, compile and install:
```sh ```sh
git clone --recursive https://github.com/mirukana/mirage git clone https://github.com/mirukana/mirage
cd mirage cd mirage
git pull
git submodule update --init submodules/*
pip3 install --user -Ur requirements.txt pip3 install --user -Ur requirements.txt
qmake mirage.pro qmake mirage.pro