Skip to content

Commit

Permalink
Merge pull request #16 from luoliwoshang/readme/badge
Browse files Browse the repository at this point in the history
readme:badge
  • Loading branch information
xushiwei authored Nov 30, 2024
2 parents debf40a + 94d5251 commit 562f4c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
llcppg - LLGo autogen tool for C/C++ libraries
====

[![Build Status](https://github.com/goplus/llcppg/actions/workflows/go.yml/badge.svg)](https://github.com/goplus/llcppg/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/goplus/llcppg)](https://goreportcard.com/report/github.com/goplus/llcppg)
[![Coverage Status](https://codecov.io/gh/goplus/llcppg/branch/main/graph/badge.svg)](https://codecov.io/gh/goplus/llcppg)
[![Language](https://img.shields.io/badge/language-Go+-blue.svg)](https://github.com/goplus/gop)

## How to install

This project depends on LLGO's C ecosystem integration capability, and some components of this tool must be compiled with LLGO. For LLGO installation, please refer to:
Expand All @@ -15,6 +20,7 @@ go install ./cmd/gogensig
go install .
```


## Usage

```sh
Expand Down

0 comments on commit 562f4c0

Please sign in to comment.