Move uninstall section in README.md

This commit is contained in:
Sangelo 2023-10-05 10:03:37 +02:00
parent db516cd344
commit 65b56873ab

View file

@ -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)