Add getting started documentation to README.md Change-Id: Ib749823e4e2a6784840b753ed9a8930def130613 Reviewed-on: https://fuchsia-review.googlesource.com/c/template/driver/+/907263 Reviewed-by: Chase Latta <chaselatta@google.com>
This repository is a template that we will use when creating new driver repositories for Fuchsia.
To perform an initial bootstrap, execute the following:
In a terminal, fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.