Skip to content

Commit

Permalink
README.mkdn:edit information & instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiSheng233 committed Aug 5, 2021
1 parent 9421b42 commit 7a7f99f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@

repo init -u https://android.googlesource.com/platform/manifest -b android-11.0.0_r38 --depth=1

git clone https://github.com/AOSP-11/local_manifests .repo/local_manifests -b 11
# or Tsinghua, etc.

repo init -u https://mirrors.tuna.tsinghua.edu.cn/git/AOSP/platform/manifest -b android-11.0.0_r38 --depth=1

# 同步local_manifests

git clone https://github.com/SudoerzAOSPMod/local_manifests .repo/local_manifests -b 11

# 同步源码

Expand Down Expand Up @@ -43,4 +49,6 @@ $ repo init -b android-11.0.0_r38

https://github.com/AOSP-11/local_manifests

https://github.com/SudoerzAOSPMod/local_manifests

```

0 comments on commit 7a7f99f

Please sign in to comment.