Skip to content

Commit 1993b11

Browse files
committed
Remove deprecated instructions
1 parent 017e0aa commit 1993b11

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

Diff for: README.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Objectives
44

5-
1. Open a lab by clicking "Open" on this page on Learn.co.
6-
2. Run the lab's tests with the `learn` CLI command.
7-
3. Make a change to your local copy of this lab.
8-
4. Pass the tests using the `learn` CLI command.
9-
5. Submit the passing lab with the `learn submit` CLI command.
5+
1. Open a lab by running `learn open` from Terminal.app
6+
2. Run the lab's tests with the `learn` CLI command
7+
3. Make a change to your local copy of this lab
8+
4. Pass the tests using the `learn` CLI command
9+
5. Submit the passing lab with the `learn submit` CLI command
1010

1111
## Overview
1212

@@ -20,11 +20,7 @@ Now that you've learned all about how to work on Labs on Learn, we're going to p
2020

2121
This lab is just about practicing the lab workflow on Learn using the `learn` CLI.
2222

23-
1. Click on the "Open" link on the lab toolbar above.
24-
25-
![Open Button](https://s3-us-west-2.amazonaws.com/curriculum-content/intro-to-learn/first_lab_open.png)
26-
27-
After you click on this, your Terminal should popup and open the lab locally by forking it on GitHub, cloning your fork, and `cd`ing into the lab's directory, and opening your editor.
23+
1. Type `learn open` in Terminal.app — this will pull down the current lesson for you to work on by forking it on GitHub, cloning your fork, and `cd`ing into the lab's directory, and opening your editor.
2824

2925
![Learn Open](http://learn-co-videos.s3.amazonaws.com/learn-co-orientation/open-from-learn-co.gif)
3026

@@ -58,6 +54,4 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL
5854

5955
You should see this lab pass on Learn.co. Congratulations!
6056

61-
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/first-lab-ruby-learn-cli-osx' title='First Lab Ruby Learn CLI OS X'>First Lab Ruby Learn CLI OS X</a> on Learn.co and start learning to code for free.</p>
62-
6357
<p class='util--hide'>View <a href='https://learn.co/lessons/first-lab-ruby-learn-cli-osx'>First Lab - learn CLI</a> on Learn.co and start learning to code for free.</p>

0 commit comments

Comments
 (0)