From f020623389544f32954fe9b4b61bb91fa7e4b268 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Wed, 11 Dec 2019 01:12:35 -0500 Subject: [PATCH] Fixed GUI Command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 295f298..0775202 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ RetroUFO --help ### Usage-GUI -The GUI script uses [Qt for Python](https://wiki.qt.io/Qt_for_Python) ([PySide2](https://pypi.org/project/PySide2/)). So you can make sure you have that package installed by running if you plan to run the script manually: +The GUI script uses [Qt for Python](https://wiki.qt.io/Qt_for_Python) ([PySide2](https://pypi.org/project/PySide2/)). So you can make sure you have that package installed if you plan to run the script manually: ```bash python -m pip install --user PySide2 ``` @@ -41,7 +41,7 @@ python -m pip install --user PySide2 After that you can just run the script like so: ```bash -RetroUFO_GUI +RetroUFO-GUI ``` You can then just click the `Grab Cores` button at the bottom and then you should be all set.