From cd12bb7c4cf904d556347477774f71e471c02c98 Mon Sep 17 00:00:00 2001 From: Tomofumi Chiba Date: Sun, 30 Mar 2025 11:53:12 +0900 Subject: [PATCH] Update faq.md Signed-off-by: Tomofumi Chiba --- docs/app/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/docs/faq.md b/docs/app/docs/faq.md index a6bdee46850..11ab2cfa22a 100644 --- a/docs/app/docs/faq.md +++ b/docs/app/docs/faq.md @@ -105,6 +105,6 @@ To uninstall Devbox: 1. Remove the Devbox launcher using `rm /usr/local/bin/devbox` 2. Remove the Devbox binaries using `rm -rf ~/.cache/devbox` -3. Remove your Devbox global config using `rm -rf .local/share/devbox` +3. Remove your Devbox global config using `rm -rf ~/.local/share/devbox` If you want to uninstall Nix, you will need to follow the instructions in the Nix Documentation: https://nixos.org/manual/nix/stable/installation/uninstall.