Skip to content

Commit

Permalink
Tweak Compose example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyoconnor committed Jul 18, 2017
1 parent d94599c commit 9f66bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 9f66bec

Please sign in to comment.