Fix microg installation guide

The previous command returns an error ("ModuleNotFoundError: No module named 'InquirerPy'") even after installing the InquirerPy module using pip.
pull/227/head
MasterKia 6 months ago committed by Alessandro Astone
parent 32d21c8074
commit 6f44d95070

@ -166,7 +166,7 @@ chmod 777 -R /mnt/*/*/*/*/Android/obb
![](assets/7.png)
```
sudo python main.py install microg
sudo venv/bin/python3 main.py install microg
```
## Hide Status Bar

Loading…
Cancel
Save