From ac10a1b6331c1451dec3e65bb1c34b3bd65a6851 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:16:34 -0700 Subject: move this to troubleshooting --- docs/installation.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/installation.md') diff --git a/docs/installation.md b/docs/installation.md index a88fa4f6a..576c94e20 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -99,14 +99,6 @@ $ docker run --rm --init --ulimit memlock=-1:-1 oven/bun:edge this is some output ``` --> -## Uninstalling - -Bun's binary and install cache is located in `~/.bun` by default. To uninstall bun, delete this directory and edit your shell config (`.bashrc`, `.zshrc`, or similar) to remove `~/.bun/bin` from the `$PATH` variable. - -```sh -$ rm -rf ~/.bun # make sure to remove ~/.bun/bin from $PATH -``` - ## TypeScript To install TypeScript definitions for Bun's built-in APIs in your project, install `bun-types`. -- cgit v1.2.3