# ![Daigaku](http://res.cloudinary.com/daigaku-ruby/image/upload/c_scale,h_100/v1426946323/rect5481_si3rjr.png) [![Gem Version](https://badge.fury.io/rb/daigaku.svg)](http://badge.fury.io/rb/daigaku) Daigaku (大学) is the Japanese word for **university**. With Daigaku you can master your way of learning the Ruby programming language with courses that are created by the community. Daigaku is a command line tool and a text based interface and provides you with a number of learning tasks and explanations about the Ruby programming language. You will learn Ruby step by step by solving small language-explaining programming tasks. ## Installation First of all make sure Ruby is installed on your computer. Then open a terminal and install Daigaku by running: $ gem install daigaku ## Get started To get started open a terminal and run following line: $ daigaku welcome Daigaku will lead you through the setup and some important commands. ## Command line interface Daigaku's command line interface provides several commands which you can use in your terminal to setup the system, download new courses, and navigate through your solutions. Please visit the [Daigaku Wiki](https://github.com/daigaku-ruby/daigaku/wiki/How-to-use-Daigaku%27s-command-line-interface-%28CLI%29) to learn more about available commands. ## Daigaku screen Daigaku's text based interface - the Daigaku screen - shows your installed courses and allows you to navigate through their chapters and units. In the task view you can read the unit's task and validate your solution code. Please visit the [Diagaku Wiki](https://github.com/daigaku-ruby/daigaku/wiki/How-to-learn-Ruby-in-the-Daigaku-screen) to learn how to use the Daigaku screen. ## Contributing We encourage you to contribute to Daigaku development and course creation. ### Creating Daigaku courses You can create your own Daigaku courses and make them available to the community. Learn how to create a Daigaku course in the [Daigaku Wiki](https://github.com/daigaku-ruby/daigaku/wiki/How-to-create-a-Daigaku-course). ### Development 1. Fork it ( https://github.com/daigaku-ruby/daigaku/fork ) 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 a new Pull Request ### License Daigaku is released under the [MIT License](http://opensource.org/licenses/MIT).