Skip to content

Commit 98c006b

Browse files
committed
(halium) Initial Halium 15.0 manifest
Change-Id: Id0b6a5312609a216d718da5c66f8bd26ca22bafb
0 parents  commit 98c006b

4 files changed

Lines changed: 1069 additions & 0 deletions

File tree

README.mkdn

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Halium
2+
===========
3+
4+
Getting started
5+
---------------
6+
7+
To get started with Halium, you'll need to get
8+
familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).
9+
10+
To initialize your local repository using the Halium trees, use a command like this:
11+
```
12+
repo init -u https://github.com/Halium/android.git -b halium-14.0 --depth=1 --git-lfs
13+
```
14+
Then to sync up:
15+
```
16+
repo sync
17+
```
18+
Please see the [Halium Documentation](http://docs.halium.org/) for building instructions, by device.

0 commit comments

Comments
 (0)