Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 922 Bytes

File metadata and controls

26 lines (16 loc) · 922 Bytes

Contribution

This online web book needs contributers who want to share their knowledge for the serious developers who want to test (or) setup their SDE (Software Developement Environment) from PC to Android Linux.

Requirements

  • You should know Mark Down mark up language to write this book.
  • Under /src directory you just need to create your own markdown file and add title and file path to the /src/SUMMARY.md.

Tool

I am using mdbook to create Markdown Book.You can download mdbook via cargo that is rust package manager.

If you don't want to download the mdbook,it is not a problem just add your lecture file and pull request to this project I will add your file by using mdbook.

Contribution Guide Line

Add your full name and github username to the book.toml's authors array.

author = [
"Aung Myat Moe (@amm834)",
"Your Name (@your_github_username)"
]