summaryrefslogtreecommitdiff
path: root/doc/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.txt')
-rw-r--r--doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.txt b/doc/README.txt
index 266f16b2..8e665bfa 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -23,7 +23,7 @@ svn co http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad
- Install ndk (Version r9 is tested and used by me)
- Make sure that ndk-build is in your build path.
-Do cd main;./misc/build-native.(sh|bat) in the root directory of the project.
+Do cd main;./misc/build-native.(sh|bat) in the main directory of the project.
After that build the project using "gradle build" (Or use Android Studio).
The project is converted to gradle and building with Eclipse is no longer supported.