From caee82e970c528494282eef4240f60f1e6ee1697 Mon Sep 17 00:00:00 2001 From: lapatatedouce Date: Sat, 1 Mar 2025 05:10:30 +0100 Subject: [PATCH] Add READMEs and set clarity --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 6a91102..a6fcaac 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -## Debian System Administration Scripts +## Debian System Administration -This Git repository is a collection of useful Bash scripts for system administration on Debian. It will be gradually completed with scripts designed to automate various common tasks, facilitate system management, and improve productivity. +This Git repository is a collection of useful Bash scripts and READMEs for system administration on Debian. It will be gradually completed. ### Content @@ -16,13 +16,15 @@ The repository will be organized into several categories for easy navigation: Detailed instructions on how to use each script will be provided as they are added to the repository. In general, you will need to follow these basic steps: -1. **Make the script executable:** +1. **Read the script's description:** Each script will have a description at the beginning explaining its purpose and usage. Make sure to read it carefully before running the script. + +2. **Make the script executable:** ```bash chmod +x script_name.sh ``` -2. **Execute the script:** +3. **Execute the script:** ```bash ./script_name.sh @@ -34,8 +36,6 @@ Detailed instructions on how to use each script will be provided as they are add sudo ./script_name.sh ``` -3. **Read the script's description:** Each script will have a description at the beginning explaining its purpose and usage. Make sure to read it carefully before running the script. - ### Contribution Contributions are welcome! If you have useful scripts to share or improvements to suggest, feel free to submit a pull request.