From 37c1866371faf3e03213acddc0374414eb450a1a Mon Sep 17 00:00:00 2001 From: Tobias Groza Date: Thu, 28 Feb 2019 08:03:50 -0800 Subject: [PATCH] Update docs/00_Prepare_everything.md Co-Authored-By: snappyapple632 <40573129+snappyapple632@users.noreply.github.com> --- docs/00_Prepare_everything.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00_Prepare_everything.md b/docs/00_Prepare_everything.md index fbf74d4..571b084 100644 --- a/docs/00_Prepare_everything.md +++ b/docs/00_Prepare_everything.md @@ -46,7 +46,7 @@ If you use IntelliJ IDEA, you should know the easy way of importing the NewPipe 1. `git clone` the extractor onto your computer locally. 2. Start IntelliJ Idea and click `Import Project`. 3. Select the root directory of the NewPipe Extractor -4. Select "__Import Project form external Model__" and then choose __Gradle__. +4. Select "__Import Project from external Model__" and then choose __Gradle__. ![import from gradle image](img/select_gradle.png) 5. In the next window, select "__Use gradle 'wrapper' task configuration__". ![use gradle 'wrapper' task configuration checkbox](img/select_gradle_wrapper.png)