-
Notifications
You must be signed in to change notification settings - Fork 34
Install wti on Windows
edouard edited this page Jan 12, 2012
·
1 revision
Here are instructions to install the web_translate_it client on Windows.
- Install Ruby Installer. At the time of writing this page, we recommend Ruby 1.9.3-p0
- Once installed, run the “command prompt with ruby”. You will find it in your Start menu.
- Install web_translate_it. Type in the command prompt:
gem install web_translate_it
. It should download and install the latest version.
That’s it! wti is now installed.
- Go to your project folder
- Type wti init
- Enter the API key you found in your project settings
- Use
wti pull
to download andwti push
to upload your linguistic files. You will find a full list of commands on the front page or by typingwti --help