Skip to content

Commit

Permalink
Update getting_started.rst
Browse files Browse the repository at this point in the history
Apt is recommended.
  • Loading branch information
niansa committed Mar 22, 2019
1 parent 0457e50 commit ac838ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ubuntu 18.04+
sudo dpkg --add-architecture i386
wget -O - https://mcpelauncher.mrarm.io/apt/conf/public.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://mcpelauncher.mrarm.io/apt/ubuntu/ bionic main'
sudo apt-get install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
sudo apt install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
You will need to install 32 bit graphics drivers - for integrated graphics and most AMD GPUs :code:`libegl1-mesa:i386 libegl1-mesa-drivers:i386` will work.

Expand All @@ -28,7 +28,7 @@ Ubuntu 16.04
sudo add-apt-repository -y ppa:beineri/opt-qt596-xenial
wget -O - https://mcpelauncher.mrarm.io/apt/conf/public.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://mcpelauncher.mrarm.io/apt/ubuntu/ xenial main'
sudo apt-get install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
sudo apt install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
# To launch do: . /opt/qt59/bin/qt59-env.sh && mcpelauncher-ui-qt
You will need to install 32 bit graphics drivers - for integrated graphics and most AMD GPUs :code:`libegl1-mesa:i386 libegl1-mesa-drivers:i386` will work.
Expand Down

0 comments on commit ac838ba

Please sign in to comment.