Bliss OS: Add Magisk installation steps

Original author: Abhishek Kumar
Modified for Linux: Eric Park

Change-Id: I04229a574e84d57bf2deab47525bba42e9a8985c
1 file changed
tree: 58c344adb2a346383e7757c103fefabf34e93f8c
  1. docs/
  2. .gitignore
  3. .gitreview
  4. mkdocs.yml
  5. README.md
README.md

Bliss Documentation

Documentation for Bliss

Prerequisites

Building

  1. Clone the repo
  2. Run mkdocs build
  3. Deploy the site folder

Editing

  1. Clone the repo
  2. Add new content/edit in the docs/ directory
  3. Preview your changes by running mkdocs serve
  4. Run building above to deploy changes