-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Robert Cocker edited this page Jan 10, 2026
·
12 revisions
Refer to the Installation Guide.
Refer to the Network Configuration. If that fails, consult the Arch Wiki.
Refer to the FAQ
- clone it locally
git clone https://github.com/lugnuts-at-UTA/LnOS.wiki.git
- make a branch
git branch <branch-name-here>- make changes locally
- after changes, merge with master
# assuming you're on your own branch
git fetch origin master
git switch master
git merge <your-branch-name>