Now open a terminal and make sure you have the latest and the greatest of Manjaro:
```bash
sudo pacman -Syu
```
Next, we install `deepin` group and optionally `deepin-extra` if you want.
```bash
sudo pacman -S deepin
```
Or if you want a more complete desktop environment, enter:
```bash
sudo pacman -S deepin deepin-extra
```
This should get us covered.
Additionally, I found a nasty bug that locks you out of Deepin desktop environment once you have logged into it and locked your computer. Apparently it is an issue related to keyboard layouts. Adding English US to my keyboard layout and using that to log in seemed to fix the issue. To add English US to your layout, go to `Control Center > Keyboard and Language > Keyboard Layout > Add Keyboard Layout > English (US)`.
For more information regarding the installatiom of Deepin desktop environment, consult the [Arch wiki](https://wiki.archlinux.org/index.php/Deepin_Desktop_Environment) or the [Manjaro wiki](https://wiki.archlinux.org/index.php/Deepin_Desktop_Environment).
End result:
{{% center %}}
{{% figure src="/img/manjaro-deepin.png" alt="Screenshot of Deepin desktop environment on Manjaro" %}}