1
0

📝」 doc(README): made the doc for 42 to be happy

This commit is contained in:
2025-08-10 11:55:47 +02:00
parent bc2ac4e1eb
commit 5b6e8fd9bd
2 changed files with 18 additions and 1 deletions

View File

@ -44,7 +44,7 @@
echo Installing node env
pnpm install
fi
if [ ! -d lib/ ]; then
if [ ! -d code/lib/ ]; then
echo Installing forge env
forge i
fi