fix(doxygen-awesome): moved to deps dir

This commit is contained in:
2024-09-22 20:03:22 +03:00
parent a5374daa6f
commit f4b5dc0ce0
5 changed files with 9 additions and 16 deletions

View File

@ -9,14 +9,11 @@ c++ encoding/decoding from arbitrary base
<img src="https://repology.org/badge/latest-versions/libbasen.svg" alt="latest packaged version(s)">
</a>
---
## Contents
- [Installation](#installation)
- [Contributing](#contributing)
---
## Installation
Automatically from specified repositories:
@ -45,8 +42,6 @@ And also flag for dynamic linking (if possible):
make tools -j $(nproc) SHARED=
```
---
## Contributing
Main branch is under protection rules, so you should create pull request. After merging will be runned [authors.sh](https://github.com/vSEK1RO/libbasen/blob/main/authors.sh) for adding all contributors usernames and their number of commits to [AUTHORS](https://github.com/vSEK1RO/libbasen/blob/main/AUTHORS) file.
@ -56,6 +51,4 @@ Now we would like to implement the following features:
- BCH
- Bech32
---
[⬆️ Contents](#contents)