From d157f80f742ad128d4d929b643e34f4814c972c7 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 29 Jul 2014 21:50:23 -0400 Subject: [PATCH] Documentation is more Git-realistic --- lib/squib/commands/new.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/squib/commands/new.rb b/lib/squib/commands/new.rb index 577128b..25af89d 100644 --- a/lib/squib/commands/new.rb +++ b/lib/squib/commands/new.rb @@ -14,6 +14,7 @@ module Squib # squib new foo-blasters # cd foo-blasters # ruby deck.rb + # git init # git commit -am "Starting my cool new game using Squib!" # # @api public