Skip to content

Commit

Permalink
docs(install): added howto for overriding env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
busla committed Nov 26, 2024
1 parent edbc24a commit 9256be3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Run the command below in your terminal.
curl -fsSL https://fvm.app/install.sh | bash
```

FVM will be installed to the following paths.

```bash
FVM_DIR="$HOME/.fvm_flutter}"
FVM_DIR_BIN="$HOME/bin}"
SYMLINK_TARGET="/usr/local/bin/fvm"
```

Target paths can be overridden using environment variables.

```bash
curl -fsSL https://fvm.app/install.sh | FVM_SYMLINK_TARGET=$HOME/.local/bin/fvm bash
```

### Install FVM on Windows

**Run as Admin**: Open PowerShell as Administrator.
Expand Down

0 comments on commit 9256be3

Please sign in to comment.