Fix microg installation guide

The previous command returns an error ("ModuleNotFoundError: No module named 'InquirerPy'") even after installing the InquirerPy module using pip.
pull/226/head
MasterKia 1 day ago committed by GitHub
parent 32d21c8074
commit 68c004f581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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