Skip to content

Commit

Permalink
Update pull_translations.rb
Browse files Browse the repository at this point in the history
updated outdated installation instructions
  • Loading branch information
frictionel committed Apr 2, 2016
1 parent f9d1a25 commit f41d3b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script/pull_translations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@

if `which tx`.strip.empty?
puts '', 'The Transifex client needs to be installed to use this script.'
puts 'Instructions are here: http://docs.transifex.com/developer/client/setup'
puts 'Instructions are here: http://docs.transifex.com/client/setup/'
puts '', 'On Mac:', ''
puts ' curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py'
puts ' sudo python get-pip.py'
puts ' sudo easy_install pip'
puts ' sudo pip install transifex-client', ''
exit 1
end
Expand Down

0 comments on commit f41d3b1

Please sign in to comment.