Move uninstall section in README.md
This commit is contained in:
parent
db516cd344
commit
65b56873ab
1 changed files with 5 additions and 5 deletions
10
README.md
10
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)
|
||||
|
|
Loading…
Reference in a new issue