diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-06 16:24:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-13 19:24:38 +0700 |
| commit | f461d701925c6cb5331a50dc6a7fefc8985160b4 (patch) | |
| tree | 32fcaa37f6eb37676fe3a9ff9c3e3803104ed05c /_doc | |
| parent | 565c279322e4a26f51718d53ad0e7c18e514279a (diff) | |
| download | beku-f461d701925c6cb5331a50dc6a7fefc8985160b4.tar.xz | |
[wip] all: implement function to install Go toolsdev
Diffstat (limited to '_doc')
| l--------- | _doc/README.adoc | 1 | ||||
| -rw-r--r-- | _doc/index.adoc | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/_doc/README.adoc b/_doc/README.adoc new file mode 120000 index 0000000..a7ab0b1 --- /dev/null +++ b/_doc/README.adoc @@ -0,0 +1 @@ +../README.adoc
\ No newline at end of file diff --git a/_doc/index.adoc b/_doc/index.adoc new file mode 100644 index 0000000..0b3162e --- /dev/null +++ b/_doc/index.adoc @@ -0,0 +1,21 @@ += beku +:toc: +:sectanchors: +:sectlinks: + +== Documentation + +link:CHANGELOG.html[CHANGELOG]:: History of release. + +link:README.html[README]:: Manual page for beku. + +== Development + +https://git.sr.ht/~shulhan/beku[Repository^]:: +Link to the source code. + +https://lists.sr.ht/~shulhan/beku[Mailing list^]:: +Place for discussion and sending patches. + +https://todo.sr.ht/~shulhan/beku[Issues^]:: +Link to open an issue or request for new feature. |
