From 03b2e52c98f909d8d527b516d90ec938229d6548 Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Mon, 15 Aug 2022 14:56:33 -0500 Subject: [PATCH] updated the README to add the cookbook to the directory structure description --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7f686feaa..7f7010483 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,9 @@ sail-riscv - test // test files - riscv-tests // snapshot of tests from the riscv/riscv-tests github repo - os-boot // information and sample files for booting OS images +- cookbook // RISC-V cookbook examples and documentation + - doc // the asciidoc documentation + - functional_code_examples // code examples ``` Getting started