update readme.

This commit is contained in:
Aliberk Sandıkçı 2023-08-24 22:08:00 +03:00
parent 66b66943b8
commit baef23ff04
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -5,7 +5,7 @@
Ahenk-go is a Linux agent written in Go which enables Lider to manage & monitor clients remotely. Ahenk-go is a Linux agent written in Go which enables Lider to manage & monitor clients remotely.
## Packaging ## Packaging
1. Install necessary packages (You dont need this step if you are using docker file) 1. Install necessary packages (You dont need this step if you are using docker file [godeb](https://git.aliberksandikci.com.tr/Liderahenk/ahenk-docs/src/branch/main/dev/environment.md#creating-docker-development-environment))
```sh ```sh
sudo apt install sudo dpkg-dev debhelper golang-any sudo apt install sudo dpkg-dev debhelper golang-any
``` ```
@ -19,6 +19,10 @@ cd ahenk-go/
dpkg-buildpackage dpkg-buildpackage
``` ```
> Refer to Makefile for more info > Refer to Makefile for more info
4. *optional*, look for package errors and warnings
```sh
lintian
```
## Documentation & Changelog ## Documentation & Changelog
- See comprehensively prepared [documentation](https://git.aliberksandikci.com.tr/Liderahenk/ahenk-docs/) - See comprehensively prepared [documentation](https://git.aliberksandikci.com.tr/Liderahenk/ahenk-docs/)