Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
Update README, bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abesto committed Jan 18, 2015
1 parent 3db9705 commit bfec5f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ You'll be asked for your username and password each time; they are not saved and
* On Duolingo, select the language you want to use as the foreign language. (Limitation: currently English is always the "native" language in `duolingo-to-anki`.)
* Enter your Duolingo username and password
* Click Go!
* Watch (or go for a coffee) as your words are downloaded
* Click OK on the dialog telling you how many words were downloaded, and in which language
* Watch as your words are downloaded
* In the newly opened save dialog save to a text file you'll find in the next step
* Import the text file you've saved as described in [the Anki manual](http://ankisrs.net/docs/manual.html#importing).
* The first field is the word in the foreign language
* The second field is the list of translations in the native language (always English for now)
* The third field is the "skill" in which the word appears on Duolingo
* The third field contains the "skill" in which the word appears on Duolingo, and the role of the word (noun, verb, etc.) as tags

Have fun!

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "net.abesto"

name := "Duolingo-To-Anki"

version := "0.2.1"
version := "0.2.2"

scalaVersion := "2.10.4"

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.language.implicitConversions

object Utils {
val name = "Duolingo-to-Anki"
val version = "0.2.1"
val version = "0.2.2"
val homepage = "https://github.com/abesto/duolingo-to-anki"

val userAgent = s"$name $version ($homepage)"
Expand Down

0 comments on commit bfec5f9

Please sign in to comment.