From b003f33afa135f2fa6286a0b62b29a9e956ef945 Mon Sep 17 00:00:00 2001 From: Stefan Eicher Date: Mon, 3 Jun 2019 10:57:45 +0200 Subject: [PATCH] create section ## Program Overview to make obvious that this is no part of those sections ### Using `cargo-generate` ### Using `git` ### Using neither --- src/start/qemu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/start/qemu.md b/src/start/qemu.md index ff4048b..e92e6ae 100644 --- a/src/start/qemu.md +++ b/src/start/qemu.md @@ -83,6 +83,8 @@ download" button and then click "Download ZIP". Then fill in the placeholders in the `Cargo.toml` file as done in the second part of the "Using `git`" version. +## Program Overview + For convenience here are the most important parts of the source code in `src/main.rs`: ```rust,ignore