feat(docs): github link, ghpages link

This commit is contained in:
2024-09-22 21:28:27 +03:00
parent f6e17b4f7b
commit c511dd2fa8
2 changed files with 7 additions and 3 deletions

View File

@ -12,6 +12,7 @@ c++ encoding/decoding from arbitrary base
## Contents
- [Installation](#installation)
- [Documentation](#documentation)
- [Contributing](#contributing)
## Installation
@ -42,6 +43,10 @@ And also flag for dynamic linking (if possible):
make tools -j $(nproc) SHARED=
```
## Documentation
Available [here](https://vsek1ro.github.io/libbasen)
## 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.