diff --git a/README.md b/README.md index 5aca5c2..8b587b7 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ services: volumes: - /tmp/ccache:/ccache - ~/aosp:/aosp + - ~/.gitconfig:/home/aosp/.gitconfig + - ~/.ssh/:/home/aosp/.ssh/ ``` Example run: `docker-compose run --rm aosp repo sync -j4` -- your android build directory will be in `~/aosp`.