Bliss OS: Add 32-bit troubleshooting info

Change-Id: Ifeb5b220e39ef8b297495862840116baaa52bbbc
1 file changed
tree: 9472e511980d46148d4f0477a27d088bc76864c5
  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