diff --git a/llms-files/llms-ntt.txt b/llms-files/llms-ntt.txt index 26d298285..84b3eecbc 100644 --- a/llms-files/llms-ntt.txt +++ b/llms-files/llms-ntt.txt @@ -642,6 +642,17 @@ The NTT CLI is recommended to deploy and manage your cross-chain token configura ntt --version ``` +??? warning "Command not found?" + If the `ntt` command is not recognized after installation, ensure that [Bun](https://bun.sh/) is installed and that its binary directory is included in your shell’s PATH. + + Append this line to your shell config (e.g., `~/.zshrc` or `~/.bashrc`): + + ```bash + echo 'export PATH="$HOME/.bun/bin:$PATH"' >> ~/.zshrc + ``` + + Then, restart your terminal or run `source ~/.zshrc`. + ## Initialize a New NTT Project 1. Once the CLI is installed, scaffold a new project by running: diff --git a/llms-files/llms-transfer.txt b/llms-files/llms-transfer.txt index 2eb19a8ca..6e1907b24 100644 --- a/llms-files/llms-transfer.txt +++ b/llms-files/llms-transfer.txt @@ -5335,6 +5335,17 @@ The NTT CLI is recommended to deploy and manage your cross-chain token configura ntt --version ``` +??? warning "Command not found?" + If the `ntt` command is not recognized after installation, ensure that [Bun](https://bun.sh/) is installed and that its binary directory is included in your shell’s PATH. + + Append this line to your shell config (e.g., `~/.zshrc` or `~/.bashrc`): + + ```bash + echo 'export PATH="$HOME/.bun/bin:$PATH"' >> ~/.zshrc + ``` + + Then, restart your terminal or run `source ~/.zshrc`. + ## Initialize a New NTT Project 1. Once the CLI is installed, scaffold a new project by running: diff --git a/llms-full.txt b/llms-full.txt index 1f7af2f22..a155e2792 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -12272,6 +12272,17 @@ The NTT CLI is recommended to deploy and manage your cross-chain token configura ntt --version ``` +??? warning "Command not found?" + If the `ntt` command is not recognized after installation, ensure that [Bun](https://bun.sh/) is installed and that its binary directory is included in your shell’s PATH. + + Append this line to your shell config (e.g., `~/.zshrc` or `~/.bashrc`): + + ```bash + echo 'export PATH="$HOME/.bun/bin:$PATH"' >> ~/.zshrc + ``` + + Then, restart your terminal or run `source ~/.zshrc`. + ## Initialize a New NTT Project 1. Once the CLI is installed, scaffold a new project by running: diff --git a/products/native-token-transfers/get-started.md b/products/native-token-transfers/get-started.md index 3adfed3ce..182124cf5 100644 --- a/products/native-token-transfers/get-started.md +++ b/products/native-token-transfers/get-started.md @@ -146,6 +146,17 @@ The NTT CLI is recommended to deploy and manage your cross-chain token configura ntt --version ``` +??? warning "Command not found?" + If the `ntt` command is not recognized after installation, ensure that [Bun](https://bun.sh/) is installed and that its binary directory is included in your shell’s PATH. + + Append this line to your shell config (e.g., `~/.zshrc` or `~/.bashrc`): + + ```bash + echo 'export PATH="$HOME/.bun/bin:$PATH"' >> ~/.zshrc + ``` + + Then, restart your terminal or run `source ~/.zshrc`. + ## Initialize a New NTT Project 1. Once the CLI is installed, scaffold a new project by running: