Skip to content

Martinh/add ntt install path step #465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions llms-files/llms-ntt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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, you may need to add the binary to 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:
Expand Down
11 changes: 11 additions & 0 deletions llms-files/llms-transfer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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, you may need to add the binary to 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:
Expand Down
11 changes: 11 additions & 0 deletions llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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, you may need to add the binary to 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:
Expand Down
11 changes: 11 additions & 0 deletions products/native-token-transfers/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, you may need to add the binary to 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:
Expand Down