Skip to content

Commit

Permalink
Merge pull request #346 from nuts-rice/patch-1
Browse files Browse the repository at this point in the history
Update source.mdx
  • Loading branch information
cwgoes committed May 18, 2024
2 parents 66e4ca4 + b7171f7 commit 0d70906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/pages/introduction/install/source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ make install

<Callout type="warning">
During internal and private testnets, checkout the latest testnet branch using `git checkout $NAMADA_TESTNET_BRANCH`.
Where `$NAMADA_TESTNET_BRANCH` is the name of the testnet branch, which will be specified in the [testnet documentation](../testnets/environment-setup.mdx).
Where `$NAMADA_TESTNET_BRANCH` is the name of the testnet branch, which will be specified in the [testnet documentation](../../networks/testnets.mdx).
</Callout>

## Adding binaries to `$PATH`
Expand All @@ -37,4 +37,4 @@ cp namada/target/release/namada* $HOME/.local/bin/
See the page on [using namada binaries](./binaries/overview-of-binaries.mdx) for more information.

## Troubleshooting
Please see the troubleshooting page for [building from source](./source/troubleshooting.mdx) for more information.
Please see the troubleshooting page for [building from source](./source/troubleshooting.mdx) for more information.

0 comments on commit 0d70906

Please sign in to comment.