summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bf91000..bf5f991 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,9 +28,8 @@ cd libpng-${PNGVER}
./configure --host=i686-w64-mingw32 --prefix=${TOOLSDIR}/tools/.local
make
make install
-cd ..
# Now build the tools.
-cd pokeruby-tools
+cd ${TOOLSDIR}
sh build.sh
```