Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.15 KB

contribute.md

File metadata and controls

31 lines (22 loc) · 1.15 KB

Participate in the contribution

Contributor list.

Building a system from source code is a cool thing to do, and you're welcome to try to compile Linux using the loongson host MIPS architecture.

Source open source hosted on Github, welcome to participate in maintenance:https://github.com/lina-not-linus/LFS-BOOK-loongson.

First, in making fork to your warehouse, such as everyone/LFS-BOOK-loongson,then clone To local, and set user information.

$ git clone https://github.com/lina-not-linus/LFS-BOOK-loongson.git
$ cd LFS-BOOK-loongson
$ git config user.name "yourname"
$ git config user.email "youremail"

Update the content and submit it to your warehouse.

$ git commit -m "add compil content"
$ git push originLFS master

Finally, you can submit a pull request on GitHub.

In addition, it is recommended to periodically update the contents of your warehouse with project warehouse contents.

$ git remote add originLFS https://github.com/lina-not-linus/LFS-BOOK-loongson
$ git push originLFS master