Skip to content

Commit b68997b

Browse files
jsgalarragawolfenrainrenancaraujo
authored
docs: add uninstall instructions (#812)
Co-authored-by: Jochum van der Ploeg <[email protected]> Co-authored-by: Renan <[email protected]>
1 parent dd06a99 commit b68997b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/docs/overview.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,22 @@ Create a production build which includes a `DockerFile` so that you can deploy a
6969
dart_frog build
7070
```
7171

72+
## Uninstalling 🗑️
73+
74+
To uninstall Dart Frog completely, the [CLI completion](https://github.com/VeryGoodOpenSource/cli_completion) files have to be removed before uninstalling.
75+
76+
```shell
77+
# 🧹 Uninstalling the Dart Frog CLI completion files
78+
dart_frog uninstall-completion-files
79+
```
80+
81+
Now, if you installed Dart Frog globally via Pub, Dart's package manager, you can uninstall Dart Frog using:
82+
83+
```shell
84+
# 🗑️ Uninstall the Dart Frog CLI from pub.dev
85+
dart pub global deactivate dart_frog_cli
86+
```
87+
7288
## Feature Set ✨
7389

7490
✅ Hot Reload ⚡️

0 commit comments

Comments
 (0)