From 40e015373f1819e812a317b70df3f0a5e6968d51 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 15 Jun 2016 23:24:51 -0700 Subject: [PATCH] Point to goutils-pkg. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2f3d155..3e05000 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Note that for packaging purposes, the goutils-pkg repo should be used: it pins the library versions to working copies and vendors all depdencies. See https://github.com/kisom/goutils-pkg for more details. +The goutils-pkg repo [1] has stable versions of the command line +utilities here, along with a vendored snapshot of any dependencies. + Contents: ahash/ Provides hashes from string algorithm specifiers. @@ -62,3 +65,5 @@ Each program should have a small README in the directory with more information. All code here is licensed under the MIT license. + +[1] https://github.com/kisom/goutils-pkg/