diff --git a/example/android/README.md b/example/android/README.md index 6fa34fb6d..c32ec4096 100644 --- a/example/android/README.md +++ b/example/android/README.md @@ -21,4 +21,4 @@ You can specify different OpenSSL version as the fourth parameter to the script You can build TDLib against shared standard C++ library by specifying "c++_shared" as the fourth parameter to the script `./build-tdlib.sh`. This can reduce total application size if you have a lot of other C++ code and want it to use the same shared library. -Alternatively, you can use Docker to build TDLib for Android. Use `docker build --output tdlib .` to build the latest TDLib commit from Github, or `docker build --build-arg COMMIT_HASH= --output tdlib .` to build specific commit. The output archives will be placed in the tdlib directory as specified. +Alternatively, you can use Docker to build TDLib for Android. Use `docker build --output tdlib .` to build the latest TDLib commit from Github, or `docker build --build-arg COMMIT_HASH= --output tdlib .` to build specific commit. The output archives will be placed in the directory "tdlib" as specified.