From 65b56873ab73a5ad9d3c5fb2c03d681b74dbaef1 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Thu, 5 Oct 2023 10:03:37 +0200 Subject: [PATCH] Move uninstall section in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dbe5db4..78a5544 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ A nim-powered initializer that's fast, fully configurable, and effortlessly sets - [Package Manager](#package-manager) - [Script](#script) - [Compiling](#compiling) + - [Uninstalling](#uninstalling) - [Update](#update) - [Usage](#usage) -- [Uninstall](#uninstall) - [License](#license) ## Installation @@ -31,6 +31,10 @@ After cloning the repository, compile `dashinit` with the following command: nim build ``` +### Uninstalling + +Uninstalling dashinit should be simple, as it's a self-contained binary. Just delete the binary and configuration directory and you're good to go. + ## Update > **Note:** Currently not in a usable state. Instructions will be provided soon. @@ -49,10 +53,6 @@ or dashinit help ``` -## Uninstall - -> **Note:** Currently not in a usable state. Instructions will be provided soon. - ## License This project is licensed under the GPLv3. For more information, see [LICENSE](LICENSE)