Update README.md

This commit is contained in:
XAMPPRocky 2020-05-19 18:09:45 +02:00 committed by GitHub
parent 87b2f725d8
commit a85e5f6619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,8 +102,15 @@ cargo install --git https://github.com/XAMPPRocky/tokei.git
[rust]: https://www-rust-lang.org
## How to use Tokei
## Configuration
Tokei has a [configuration] file that allows you to change default behaviour.
The file can be named `tokei.toml` or `.tokeirc`. Currently tokei looks for
this file in three different places. The current directory,your home directory,
and your configuration directory.
## How to use Tokei
#### Basic usage
@ -114,13 +121,6 @@ and all subfolders.
$ tokei ./foo
```
### Configuration
Tokei has a [configuration] file that allows you to change default behaviour.
The file can be named `tokei.toml` or `.tokeirc`. Currently tokei looks for
this file in three different places. The current directory,your home directory,
and your configuration directory.
[configuration]: ./.tokeirc.example
#### Multiple folders