Skip to content

Commit ba446d3

Browse files
authored
Updated Readme.md to add badges
1 parent bbc1ed3 commit ba446d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![GitHub license](https://img.shields.io/github/license/Cythan-Project/cythan-cli)](https://github.com/Cythan-Project/cythan-cli/blob/master/LICENSE)
2+
[![Github Workflow](https://img.shields.io/github/workflow/status/Cythan-Project/cythan-cli/Rust)](https://github.com/Cythan-Project/cythan-cli/actions)
3+
[![Version](https://img.shields.io/github/v/release/Cythan-Project/cythan-cli?sort=semver)](https://github.com/Cythan-Project/cythan-cli/releases)
4+
15
# cythan-cli
26
A CLI that uses cythan-compiler and cythan to build, test and execute Cythan V3 Code
37

@@ -39,4 +43,4 @@ This will convert `.cct` file into `.rct` ones.
3943
In this example `cythan.cct` will be decompiled to `decompiled.rct`
4044
```
4145
$ cythan-cli decompile cythan.cct decompiled.rct
42-
```
46+
```

0 commit comments

Comments
 (0)