README.md

This commit is contained in:
q3aql 2024-05-01 10:45:01 +02:00
parent 7ee1a1302c
commit 5825442ed3

View File

@ -8,8 +8,8 @@ defragfs/fragmentation - Linux file-system defragmenter & tool for calculate the
### Tools: ### Tools:
* [defragfs](https://github.com/q3aql/defragfs-fragmentation/blob/master/src/defragfs) - File-system defragmenter tool. * [defragfs](https://git.q3aql.dev/q3aql/defragfs-fragmentation/src/branch/master/src/defragfs) - File-system defragmenter tool.
* [fragmentation](https://github.com/q3aql/defragfs-fragmentation/blob/master/src/fragmentation) - Tool for calculate fragmentation. * [fragmentation](https://git.q3aql.dev/q3aql/defragfs-fragmentation/src/branch/master/src/fragmentation) - Tool for calculate fragmentation.
_Dependencies: `perl`, `coreutils`, `e2fsprogs`._ _Dependencies: `perl`, `coreutils`, `e2fsprogs`._
@ -18,7 +18,7 @@ _Dependencies: `perl`, `coreutils`, `e2fsprogs`._
* Open the terminal and type the following comands: * Open the terminal and type the following comands:
```shell ```shell
$ git clone https://gitlab.com/q3aql/defragfs-fragmentation $ git clone https://git.q3aql.dev/q3aql/defragfs-fragmentation
$ cd defragfs-fragmentation $ cd defragfs-fragmentation
$ sudo make install $ sudo make install
```` ````