README.md in true_automation-0.3.5 vs README.md in true_automation-0.3.6
- old
+ new
@@ -7,19 +7,24 @@
**true_automation** gem provides helper DSL method, that can be used instead of Selenium/Capybara locators.
Initial setup aim is to make `ta` method visible for your code.
You need TrueAutomation.IO client installed first.
+### MacOS X or Linux
+
To install it just run the following command in your terminal. Using cURL:
curl -o- http://trueautomation.io/installer.sh | bash
Or using wget
wget -qO- http://trueautomation.io/installer.sh | bash
Then restart your terminal to start using TrueAutomation.IO
+### Windows
+
+Use Windows installer to setup the client.
### Automatic Setup
Run `trueautomation init` inside your project directory. TrueAutomation installer automatically detects technology used
in your project. Currently we support Capybara/RSpec automatic setup only.