summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-07-29 09:09:01 -0400
committerGitHub <noreply@github.com>2019-07-29 09:09:01 -0400
commitf3bd844f5622fad017d1752734ab1e128006ea7b (patch)
tree016da807f9f85a9dad91c1b091295d5c68375701
parent3e27227b83c2c602237f016f04f2c5fa1e31de87 (diff)
Update CONTRIBUTING.md
-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
```