Reorder sections in README.md

This commit is contained in:
Santiago Lo Coco 2022-01-19 15:52:15 -03:00 committed by GitHub
parent c027f007e9
commit 72d0c2d8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ Backup all your dotfiles (and easily deploy them on another machine).
- [Installation <a name="installation"></a>](#installation-)
- [Usage <a name="usage"></a>](#usage-)
- [Dependencies <a name="dependencies"></a>](#dependencies-)
- [Contributing <a name="contributing"></a>](#contributing-)
- [Updating <a name="updating"></a>](#updating-)
- [Contributing <a name="contributing"></a>](#contributing-)
- [License <a name="license"></a>](#license-)
## Installation <a name="installation"></a>
@ -52,9 +52,6 @@ Note that you can modify the `scripts/install.sh` if you want to install some pr
You must install `libnewt` or `dialog`.
## Contributing <a name="contributing"></a>
PRs are welcome.
## Updating <a name="updating"></a>
To keep the submodule up to date, you need to run
@ -63,6 +60,9 @@ To keep the submodule up to date, you need to run
git submodule foreach git pull
```
## Contributing <a name="contributing"></a>
PRs are welcome.
## License <a name="license"></a>
[MIT](https://raw.githubusercontent.com/santilococo/sadedot/master/LICENSE.md)