tree: 45fb592bb08ac32af0c00babfe0e32cdf4865a50 [path history] [tgz]
  1. _toc.yaml
  2. build_fuchsia.md
  3. explore_fuchsia.md
  4. get_fuchsia_source.md
  5. README.md
  6. set_up_femu.md
docs/get-started/README.md

Get started with Fuchsia

Welcome to Fuchsia!

This guide provides instructions on how to download the Fuchsia source code, build a Fuchsia system image, and start Fuchsia on an emulator.

Note: If you want to run Fuchsia on a hardware device, see Install Fuchsia on a device after completing Step 2 below.

The steps are:

  1. Download the Fuchsia source code.
  2. Configure and build Fuchsia.
  3. Start the Fuchsia emulator.
  4. Explore Fuchsia.

Appendices

Learn more about Fuchsia

If you want to further explore Fuchsia, check out the following resources first:

Get started with Zircon

The Fuchsia source code includes Zircon, the core platform that underpins Fuchsia. To work on Zircon, see Getting started with Zircon.