Skip to content

Commit c8a6110

Browse files
committed
Tweak Compose example in README
1 parent 7a55ddc commit c8a6110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ services:
8686
volumes:
8787
- /tmp/ccache:/ccache
8888
- ~/aosp:/aosp
89+
- ~/.gitconfig:/home/aosp/.gitconfig
90+
- ~/.ssh/:/home/aosp/.ssh/
8991
```
9092
Example run: `docker-compose run --rm aosp repo sync -j4` -- your android build directory will be in `~/aosp`.
9193

0 commit comments

Comments
 (0)