Skip to content

Commit 1aeb8a5

Browse files
SilentWoofSilentWoof
authored andcommitted
Updated the README.md file.
1 parent acf7a87 commit 1aeb8a5

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,22 @@ A personal repository for organizing and managing useful shell scripts. These sc
2222
- `3d_printer_restore.sh`
2323
Restores configuration or services related to a 3D printer setup.
2424

25+
- `setup_testing_venv.sh`
26+
Creates a Python virtual environment (`testing_venv`), sets up working directories, and adds a reusable alias for streamlined activation and navigation.
27+
2528
## 🚀 Usage
2629

27-
1. Clone the repository:
30+
1. Clone the repository:
2831
git clone https://github.com/SilentWoof/Shell_Scripts.git
2932

30-
2. Navigate to the desired script:
31-
```cd Shell_Scripts```
33+
2. Navigate to the desired script:
34+
cd Shell_Scripts
3235

33-
3. Make the script executable:
34-
```chmod +x script_name.sh```
36+
3. Make the script executable:
37+
chmod +x script_name.sh
3538

36-
4. Run the script:
37-
```./script_name.sh```
39+
4. Run the script:
40+
./script_name.sh
3841

3942
> ⚠️ Some scripts may require root privileges. Use `sudo` where appropriate.
4043
@@ -49,4 +52,4 @@ This is a personal utility repository, but suggestions and improvements are welc
4952
---
5053

5154
Made with 🧠 and 🧰 by SilentWoof
52-
GitHub: https://github.com/SilentWoof
55+
GitHub: https://github.com/SilentWoof

0 commit comments

Comments
 (0)