From e276a5c660f07ebadd7aed04524418eb67fcb0ae Mon Sep 17 00:00:00 2001 From: BitMaster Admin Date: Thu, 3 Oct 2024 08:37:00 +0300 Subject: [PATCH] Update readme.md --- readme.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 527a7f9..54e4501 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,11 @@ ### How to Use the Script -1. **Create the script file**: Save the script as `install_latest_python.sh`. - - `nano install_latest_python.sh` - -2. **Make the script executable**: Make the script executable using the `chmod` command: + +1. **Make the script executable**: Make the script executable using the `chmod` command: `chmod +x install_latest_python.sh` -3. **Run the script**: Execute the script: +2. **Run the script**: Execute the script: `./install_latest_python.sh`