Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Nov 26, 2024
1 parent 6d623cd commit 0e71205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rm -rf "$OUTDIR"
if ! command -v forge &> /dev/null; then
curl -L https://foundry.paradigm.xyz | bash
source ~/.bashrc
export PATH=$HOME/.foundry/bin:$PATH
foundryup
fi

Expand Down

0 comments on commit 0e71205

Please sign in to comment.