README.md in nilac-0.0.3.2 vs README.md in nilac-0.0.3.3
- old
+ new
@@ -1,4 +1,38 @@
-nilac
-=====
+# Nilac
-Nilac is the official compiler of Nila. Gem files for the compiler are hosted here.
+Nilac is the official compiler for the Nila language.
+
+## Installation
+
+Add this line to your application's Gemfile:
+
+ gem 'nilac'
+
+And then execute:
+
+ $ bundle
+
+Or install it yourself as:
+
+ $ gem install nilac
+
+## Usage
+
+Nilac is the official compiler of the Nila language. You can learn more about Nila at http://github.com/adhithyan15/nila.
+
+To compile your Nila file:
+
+ nilac -c file.nila
+
+To compile and run your Nila file (requires Node.js):
+
+ nilac -r file.nila
+
+
+## Contributing
+
+1. Fork it
+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