Fix syntax (README.md)

This commit is contained in:
q3aql 2021-03-22 13:15:16 +01:00 committed by GitHub
parent 9a8bc4cf10
commit ff4b172de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,16 +17,15 @@ _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://github.com/q3aql/defragfs
$ git clone https://github.com/q3aql/defragfs $ cd defragfs
$ cd defragfs $ sudo make install
$ sudo make install ````
````
_Note: You must install `git` previously._ _Note: You must install `git` previously._
### Sintax (defragfs): ### Syntax (defragfs):
```shell ```shell
$ sudo defragfs <partition or directory> [option] $ sudo defragfs <partition or directory> [option]
@ -44,7 +43,7 @@ Options:
```` ````
### Sintax (fragmentation): ### Syntax (fragmentation):
```shell ```shell
$ sudo fragmentation <directory> $ sudo fragmentation <directory>