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)