docs(readme): Add prerequisits
This commit is contained in:
parent
4924e9b3f0
commit
2cefe07a80
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,14 @@ where each commit must pass CI before being included in the main branch.
|
||||||
- Provide a server component that manages the trunk-based development process
|
- Provide a server component that manages the trunk-based development process
|
||||||
- Ensure a consistent, high-quality codebase by preventing untested changes from being merged
|
- Ensure a consistent, high-quality codebase by preventing untested changes from being merged
|
||||||
|
|
||||||
|
## Prerequisits
|
||||||
|
|
||||||
|
- Rust ???
|
||||||
|
- pgk-config
|
||||||
|
- libssl-dev
|
||||||
|
- clang-16
|
||||||
|
- mold
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can install `git-next` using Cargo:
|
You can install `git-next` using Cargo:
|
||||||
|
|
Loading…
Reference in a new issue