Revise README for project name and content

Updated project name in README and removed paths section.
This commit is contained in:
Loïc GUEZO
2026-03-28 13:49:53 +01:00
committed by GitHub
parent feb074b9e8
commit 91f403b696

View File

@@ -1,4 +1,4 @@
<h1 align=center> ServerConfig </h1>
<h1 align=center> server-config </h1>
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.
Feel free to fork the repository, submit issues or pull requests.