Skip to content

Commit

Permalink
docs: set git user name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 11, 2024
1 parent fea2ac0 commit 56a460c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Steps (as root):

0. Install git, ciel, pushpkg, rustc (with Cargo), compiler toolchain (LLVM/Clang)
1. `mkdir -p /buildroots/buildit`
2. `cd /buildroots/buildit && git clone https://github.com/AOSC-Dev/buildit`
2. `cd /buildroots/buildit && git clone https://github.com/AOSC-Dev/buildit`, set git user.name to `AOSC OS Maintainers`, user.email to `[email protected]`
3. `cd /buildroots/buildit && ciel new` with maintainer called `AOSC OS Maintainers <[email protected]>`, making sure to create an instance named "main" when asked
4. `cp /buildroots/buildit/buildit/systemd/buildit-worker.service /etc/systemd/system`
5. `$EDITOR /etc/systemd/system/buildit-worker.service`:update ARCH
Expand Down

0 comments on commit 56a460c

Please sign in to comment.