LangCards
LangCards is a desktop flashcard application for learning
foreign language vocabulary. Read more in the application
instructions.
Installation
Add this line to your application's Gemfile:
gem 'lang_cards'
And then execute:
$ bundle
Or install it yourself as:
$ gem install lang_cards
Usage
Runing the application
-
Windows
1.1. Navigate to c:\my\installation\folder\lang_cards\lib\lang_cards.rb and double click
1.2. run from the command line: land_cards
-
Linux
2.1. run from the command line: land_cards
Usage
See instructions in the application.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request