From 72d0c2d8e278541c329446eca5ea43c39648fa3a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 19 Jan 2022 15:52:15 -0300 Subject: [PATCH] Reorder sections in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0f3c51..11339de 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Backup all your dotfiles (and easily deploy them on another machine). - [Installation ](#installation-) - [Usage ](#usage-) - [Dependencies ](#dependencies-) - - [Contributing ](#contributing-) - [Updating ](#updating-) + - [Contributing ](#contributing-) - [License ](#license-) ## Installation @@ -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 -PRs are welcome. - ## Updating 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 +PRs are welcome. + ## License [MIT](https://raw.githubusercontent.com/santilococo/sadedot/master/LICENSE.md)