2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: instructions in import script

This commit is contained in:
Neil Lalonde 2014-07-11 13:36:05 -04:00
parent 9befc31afa
commit a9788bc4fe

View file

@ -4,7 +4,7 @@ if ARGV.include?('bbcode-to-md')
# #
# In a temp dir: # In a temp dir:
# #
# git clone git@github.com:nlalonde/ruby-bbcode-to-md.git # git clone https://github.com/nlalonde/ruby-bbcode-to-md.git
# cd ruby-bbcode-to-md # cd ruby-bbcode-to-md
# gem build ruby-bbcode-to-md.gemspec # gem build ruby-bbcode-to-md.gemspec
# gem install ruby-bbcode-to-md-0.0.13.gem # gem install ruby-bbcode-to-md-0.0.13.gem