From 5bd0546fb7add4fbb5b7e631289da22aa2a84408 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 31 Jan 2014 19:04:25 +0400 Subject: [PATCH] Add note about aptly serve to command output --- cmd_publish.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd_publish.go b/cmd_publish.go index 96851141..44e8f89b 100644 --- a/cmd_publish.go +++ b/cmd_publish.go @@ -99,6 +99,7 @@ func aptlyPublishSnapshot(cmd *commander.Command, args []string) error { fmt.Printf("Now you can add following line to apt sources:\n") fmt.Printf(" deb http://your-server/%s %s %s\n", prefix, distribution, component) fmt.Printf("Don't forget to add your GPG key to apt with apt-key.\n") + fmt.Printf("\nYou can also use `aptly serve` to publish your repositories over HTTP quickly.\n") return err }