Skip to content

Commit

Permalink
Fixed typo in fbt.md (flipperdevices#2452)
Browse files Browse the repository at this point in the history
Co-authored-by: hedger <[email protected]>
  • Loading branch information
Milk-Cool and hedger authored Mar 3, 2023
1 parent 24f084d commit fed4c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/fbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ To use `fbt`, you only need `git` installed in your system.

`fbt` by default downloads and unpacks a pre-built toolchain, and then modifies environment variables for itself to use it. It does not contaminate your global system's path with the toolchain.
> However, if you wish to use tools supplied with the toolchain outside `fbt`, you can open an *fbt shell*, with properly configured environment.
> - On Windows, simply run `scripts/toochain/fbtenv.cmd`.
> - On Linux & MacOS, run `source scripts/toochain/fbtenv.sh` in a new shell.
> - On Windows, simply run `scripts/toolchain/fbtenv.cmd`.
> - On Linux & MacOS, run `source scripts/toolchain/fbtenv.sh` in a new shell.
If your system is not supported by pre-built toolchain variants or you want to use custom versions of dependencies, you can `set FBT_NOENV=1`. `fbt` will skip toolchain & environment configuration and will expect all tools to be available on your system's `PATH`. *(this option is not available on Windows)*

Expand Down

0 comments on commit fed4c28

Please sign in to comment.