Skip to content

Commit 0990b0e

Browse files
Updated README.md
1 parent 48b94a2 commit 0990b0e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div align="center">
2+
13
# Linux ACL Management Interface - Backend Component
24

35
A robust web-based management interface for Linux Access Control Lists (ACLs), designed to enhance data protection and simplify ACL administration. This project provides a modern, user-friendly solution for managing file system permissions in Linux environments.
@@ -6,6 +8,8 @@ A robust web-based management interface for Linux Access Control Lists (ACLs), d
68

79
[View Documentation](https://pythonhacker24.github.io/linux-acl-management/)
810

11+
</div>
12+
913
## Features
1014

1115
- Intuitive web interface for ACL management
@@ -73,14 +77,14 @@ A complete optional Docker based deployment option will be developed in later st
7377
7478
## Usage
7579
76-
1. Start the server:
80+
1. Configure your settings in `config.yaml`
81+
82+
2. Start the server:
7783
```bash
78-
./acl-manager
84+
./laclm --config <config.yaml>
7985
```
8086
81-
2. Access the api at `http://<ip-address>:<port>`
82-
83-
3. Configure your settings in `config.yaml`
87+
3. Access the api at `http://<ip-address>:<port>`
8488
8589
For detailed usage instructions, please refer to our [documentation](https://pythonhacker24.github.io/linux-acl-management/).
8690

0 commit comments

Comments
 (0)