Skip to content

Commit 098d6bb

Browse files
committed
First version
1 parent ec96b21 commit 098d6bb

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

README.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,25 @@
11
# Your First IDE Lab
22

3-
<a href="https://learn.co/ide-3/download">
4-
<img height="56px" width="auto" src="https://s3-us-west-2.amazonaws.com/curriculum-content/streamlined-onboarding/download-ide-button.png" />
5-
</a>
6-
73
Now that you've downloaded and installed the Learn IDE, it's time to solve your first lab.
84

9-
## What You're Going to Learn
5+
Watch the video below to see how to solve this lab.
6+
7+
<iframe width="560" height="315" src="https://www.youtube.com/embed/UuObhDt9ZV0?rel=0&modestbranding=1" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/watch?v=UuObhDt9ZV0">First IDE Lab</a></p>
108

11-
1. Open this Lab in the Learn IDE.
12-
2. Login to the Learn IDE.
13-
3. Navigate Folders with the File Tree.
14-
4. Open a File from the File Tree.
15-
5. Edit a File with the Text Editor.
16-
6. Save a File.
17-
7. Run a Command with the Terminal.
18-
8. Run Your Tests with `learn` from Terminal.
19-
9. Submit this Lab with `learn submit` from Terminal.
9+
## Instructions
2010

21-
## Goal
11+
Open this lab in the Learn IDE, edit the file `edit-me.txt` in this lab using the Learn IDE, run the tests with `learn` and submit the lab with `learn submit`.
2212

23-
To edit the file `edit-me.txt` in this lab using the Learn IDE, run the tests with `learn` and submit the lab with `learn submit`. If you feel comfortable with that, go ahead and try it now by clicking the "Open" button. Otherwise, you can watch a video walkthrough below and read a more detailed explanation.
13+
If you feel comfortable with that, go ahead and try it now by clicking the "Open" button. Otherwise continue reading for a more detailed explanation.
2414

25-
** If you are new to programming, please watch the video below and read the entire lab before beginning.** The context of reading everything you're going to do before you start will help. Then you can follow along with the lab and it will be easier.
15+
** If you are new to programming, please watch the video below and read the entire lab before beginning.**
2616

27-
### Video
17+
The context of reading everything you're going to do before you start will help. Then you can follow along with the lab and it will be easier.
18+
19+
If you haven't already <a href="https://learn.co/ide-3/download">
20+
<img height="56px" width="auto" style="display: inline;" src="//s3-us-west-2.amazonaws.com/curriculum-content/streamlined-onboarding/download-ide-button.png" />
21+
</a>
2822

29-
<iframe width="560" height="315" src="https://www.youtube.com/embed/HFvHQVsVqAU?rel=0&modestbranding=1" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/watch?v=HFvHQVsVqAU">First IDE Lab</a></p>
3023

3124
### 1. Opening a Lab with the Learn IDE
3225

0 commit comments

Comments
 (0)