From ab435d7f92208267bf436cbfc78abefdc0d94f6c Mon Sep 17 00:00:00 2001 From: Dmitri Popov Date: Sun, 12 Nov 2023 00:06:34 -0800 Subject: [PATCH] Add Debian and Fedora package names --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 61ae16d..49aa417 100644 --- a/README.md +++ b/README.md @@ -179,3 +179,8 @@ or, for no backoff ```go s.SetBackoff(func (int) time.Duration { return 0 }) ``` + +Distribution packages +--------------------- +* Debian: [golang-github-pin-tftp](https://packages.debian.org/source/sid/golang-github-pin-tftp) +* Fedora: [golang-github-pin-tftp-3](https://packages.fedoraproject.org/pkgs/golang-github-pin-tftp-3/golang-github-pin-tftp-3-devel/) \ No newline at end of file