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)
|
- [Package Manager](#package-manager)
|
||||||
- [Script](#script)
|
- [Script](#script)
|
||||||
- [Compiling](#compiling)
|
- [Compiling](#compiling)
|
||||||
|
- [Uninstalling](#uninstalling)
|
||||||
- [Update](#update)
|
- [Update](#update)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Uninstall](#uninstall)
|
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -31,6 +31,10 @@ After cloning the repository, compile `dashinit` with the following command:
|
||||||
nim build
|
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
|
## Update
|
||||||
|
|
||||||
> **Note:** Currently not in a usable state. Instructions will be provided soon.
|
> **Note:** Currently not in a usable state. Instructions will be provided soon.
|
||||||
|
@ -49,10 +53,6 @@ or
|
||||||
dashinit help
|
dashinit help
|
||||||
```
|
```
|
||||||
|
|
||||||
## Uninstall
|
|
||||||
|
|
||||||
> **Note:** Currently not in a usable state. Instructions will be provided soon.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the GPLv3. For more information, see [LICENSE](LICENSE)
|
This project is licensed under the GPLv3. For more information, see [LICENSE](LICENSE)
|
||||||
|
|
Loading…
Reference in a new issue