Skip to content

Commit e3c26ed

Browse files
committed
Adjust README style
Going to stylize all my repositories in this fashion.
1 parent 4ffde5f commit e3c26ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<h1 align="center"> cpkg </h1>
22

3+
<p align="center">
4+
A dead simple, modern package manager for C.
5+
</p>
6+
37
<div align="center">
48
<a href="https://github.com/DvvCz/cpkg/actions">
59
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/DvvCz/cpkg/nightly.yml?label=nightly">
@@ -12,9 +16,9 @@
1216
</a>
1317
</div>
1418

15-
> A dead simple C package manager.
19+
## What is cpkg?
1620

17-
This is an all-in-one wrapper for `gcc`, `clang`, `doxygen`, `clang-format`, etc.
21+
`cpkg` is an all-in-one wrapper for tools like `gcc`, `clang`, `doxygen` and `clang-format`.
1822
It automatically detects which are present on your system, allowing you to use them with one simple cli.
1923

2024
Inspired by the convenience of modern tools like `cargo` and `bun`.

0 commit comments

Comments
 (0)