README: recommand bin/setup to initialize a development environment

This commit is contained in:
Pierre de La Morinerie 2018-09-03 14:23:35 +02:00
parent a89cfe7904
commit 46d04fc131
2 changed files with 4 additions and 17 deletions

View file

@ -21,8 +21,6 @@ chdir APP_ROOT do
system('bundle check') || system!('bundle install')
system! 'bin/yarn install'
# Install JavaScript dependencies if using Yarn
# system('bin/yarn')
puts "\n== Copying sample files =="
unless File.exist?('.env')