Update README for drivers

This README tends to get out of date and it's better to have just one
source of truth.

Change-Id: I2e1cf2ad5c90386bc1e4ae267b943df17c14ccb4
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-samples/drivers/+/771057
Reviewed-by: Renato Mangini Dias <mangini@google.com>
Commit-Queue: Chris Holguin <cholguin@google.com>
Reviewed-by: Wayne Piekarski <waynepie@google.com>
1 file changed
tree: cdc5904c87af5d59e4dd9e36868295aea6c56528
  1. scripts/
  2. src/
  3. third_party/
  4. tools/
  5. .bazelrc
  6. .clang-format
  7. .gitignore
  8. .gitmodules
  9. AUTHORS
  10. CONTRIBUTING.md
  11. driver-samples.code-workspace
  12. LICENSE
  13. OWNERS
  14. PATENTS
  15. README.md
  16. WORKSPACE.bazel
README.md

Fuchsia samples using the Fuchsia SDK

This repository contains instructions and source code to build, package and run Fuchsia samples using only the Fuchsia SDK.

Please refer to https://fuchsia.dev/fuchsia-src/get-started/sdk/get-started-with-driver for the most up to date guidance on how to bootstrap this repository.