Create README.md

This commit is contained in:
Jiawei Lin 2021-05-03 21:12:41 +08:00 committed by GitHub
parent 339595700a
commit 36a5ea09b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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