Skip to content

Commit 5f3215d

Browse files
amartinzNotKit
authored andcommitted
halium: adjust readme for halium-10.0 (#65)
Change-Id: I78b9b7ff7cd5aabf9928f8451b70775f82dabbd7 Signed-off-by: Alexander Martinz <[email protected]>
1 parent 27697ee commit 5f3215d

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

README.mkdn

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
1-
LineageOS
1+
Halium
22
===========
33

44
Getting started
55
---------------
66

7-
To get started with Android/LineageOS, you'll need to get familiar with [Source Control Tools](https://source.android.com/setup/develop).
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).
89

9-
To initialize your local repository using the LineageOS trees, use a command like this:
10+
To initialize your local repository using the Halium trees, use a command like this:
1011
```
11-
repo init -u https://github.com/LineageOS/android.git -b lineage-21.0 --git-lfs
12+
repo init -u https://github.com/Halium/android.git -b halium-10.0 --depth=1 --git-lfs
1213
```
1314
Then to sync up:
1415
```
1516
repo sync
1617
```
17-
Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device.
18-
19-
20-
Submitting patches
21-
------------------
22-
Patches are always welcome! Please submit your patches via LineageOS Gerrit!
23-
24-
Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html).
25-
26-
To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/).
27-
28-
29-
Buildbot
30-
--------
31-
32-
All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable.
33-
34-
You can view the current build statuses at [LineageOS Buildkite](https://buildkite.com/lineageos).
35-
36-
Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).
18+
Please see the [Halium Documentation](http://docs.halium.org/) for building instructions, by device.

0 commit comments

Comments
 (0)