diff --git a/README.md b/README.md
index e432a94..c329c93 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The desktop version comes fully set up and ready to use, including all required
### `Command-line version`:
-Clone the repository to your local machine and install the required dependencies.
+Use [PyPi](https://pypi.org/project/MetaXTools/) to install, then type `metax` in the terminal to launch the GUI.
```bash
python -m pip install MetaXTools
```
@@ -45,7 +45,7 @@ Clone the repository to your local machine and install the required dependencies
## Getting Started
- `Desktop Version(desktop)`:
- - Refer to the MetaX Cookbook for detailed instructions on how to use MetaX wtih the graphical user interface.
+ - Refer to the MetaX Cookbook for detailed instructions on how to use MetaX with the graphical user interface.
- `Command-line version`:
- Read the example documentation in the [Notebook](https://github.com/byemaxx/MetaX/blob/main/Docs/example.ipynb) for detailed instructions and examples.