Skip to content

Commit 29199f4

Browse files
committed
Updated README.
1 parent b9ac281 commit 29199f4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ With 5 minutes a day of practicing preposition declensions with Denkmit, you can
1212

1313
## Setup
1414
So, you want to Denkmit? At the moment, Denkmit only supports a terminal UI for learning German flashcards. Let's get the project set up:
15-
1. This project uses poetry for environment management, so install that first (instructions [here](https://python-poetry.org/docs/#osx--linux--bashonwindows-install-instructions)).
16-
2. Clone this repository, and `cd` into it.
17-
3. Initialize the project by running `./initialize_denkmit.sh`.
15+
1. This project uses poetry for environment management, so install that first (instructions [here](https://python-poetry.org/docs/#osx--linux--bashonwindows-install-instructions)). If you're on mac/linux, it should be as simple as running `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -`.
16+
2. Clone this repository, and `cd` into it (running `ls` should show `your/path/to/denkmit`).
17+
3. Add poetry to your path in whatever shell source file you use, e.g. add `export PATH="$HOME/.poetry/bin:$PATH"` to the end of `~/.bash_profile`. And don't forget to source it, e.g. `source ~/.bash_profile`.
18+
4. Initialize the project by running `./initialize_denkmit.sh`.
1819

1920
Great, the project is set up! Head to the next section to see how to start learning.
2021

2122

2223
## How to Learn Today
23-
So, you've got the project set up, and now you're ready to start learning.
24+
So, you've got the project set up, and now you're ready to groove.
2425
1. (Optional) Set the exercises that you want to learn for the day in `config/flashcard_config.py`
25-
1. Get started with your German practice by running `poetry run python flashcards/learn_today_flashcards.py`
26+
2. Get started with your German practice by running `poetry run python flashcards/learn_today_flashcards.py`
2627

2728
Enjoy!

0 commit comments

Comments
 (0)