From 91f403b696057b2c4b4c7513e6481f15eda13b14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?=
<112659612+guezoloic@users.noreply.github.com>
Date: Sat, 28 Mar 2026 13:49:53 +0100
Subject: [PATCH] Revise README for project name and content
Updated project name in README and removed paths section.
---
README.md | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index f162fc1..545f3ce 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
ServerConfig
+ server-config
my own configuration management tool designed to quickly setup a server. It provides a simple way to deploy all my configuration needs.
## Table of Content
@@ -19,21 +19,15 @@ Ensure you have the following **programs** installed:
- **aws**
- **docker**
-## Paths
-
-- /usr/local/bin/scripts
-- /usr/local/bin/libs
-- /var/log/serverconfig.log
-- /etc/serverconfig
-
## Installation
```bash
-git clone https://github.com/guezoloic/serverconfig.git
-cd serverconfig && \
-chmod +x ./install.sh && ./install.sh
+git clone https://github.com/guezoloic/server-config.git
+cd serverconfig
+chmod +x ./install.sh
+./install.sh
```
## Contributing
-Feel free to fork the repository, submit issues or pull requests.
\ No newline at end of file
+Feel free to fork the repository, submit issues or pull requests.