From 36a5ea09b440d0f06dab70dd6f0161f018b5349a Mon Sep 17 00:00:00 2001 From: Jiawei Lin Date: Mon, 3 May 2021 21:12:41 +0800 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5fe769 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# HuanCun + +![Build Status](https://github.com/RISCVERS/HuanCun/actions/workflows/main.yml/badge.svg) + +## Compile source code + +``` +make init +make compile +``` + +## Pull request + +Please run `make checkformat` and `make reformat` before commit