Browse Source

Documentation even more Git-realistic

dev
Andy Meneely 12 years ago
parent
commit
a71fd8f81a
  1. 3
      lib/squib/commands/new.rb

3
lib/squib/commands/new.rb

@ -15,7 +15,8 @@ module Squib
# cd foo-blasters
# ruby deck.rb
# git init
# git commit -am "Starting my cool new game using Squib!"
# git add .
# git commit -m "Starting my cool new game using Squib!"
#
# @api public
class New

Loading…
Cancel
Save