update readme.
This commit is contained in:
parent
66b66943b8
commit
baef23ff04
1 changed files with 5 additions and 1 deletions
|
@ -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/)
|
||||||
|
|
Loading…
Reference in a new issue