README.md in xway-0.0.1.beta vs README.md in xway-0.0.2.beta

- old
+ new

@@ -32,9 +32,15 @@ 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request +### Development + +To run the binary from the repository use the following command with ruby libray path: + + RUBYLIB=lib bin/xway + ### Coding guide * Using global methods like `Xway.parameter` * is allowed for classes / modules defined on the same or a higher level to the `Xway` namespace * is allowed for classes / modules defined excactly one level below the `Xway` namespace