From 7e000e29a9a09484a0679b8dc7bfc1b361aca4b5 Mon Sep 17 00:00:00 2001 From: Sam Marcus Date: Thu, 12 Nov 2015 00:54:03 -0500 Subject: [PATCH 1/7] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b70bfef..1292d2c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# First Lab Ruby Learn Cli Osx +# First Lab Ruby Learn CLI OS X ## Objectives From 80ad0274b65c72614940aafe4b7e81f0a72abacc Mon Sep 17 00:00:00 2001 From: Kate Travers Date: Mon, 30 Nov 2015 01:51:41 -0500 Subject: [PATCH 2/7] fix markdown syntax for numbered list --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1292d2c..9d2fe29 100644 --- a/README.md +++ b/README.md @@ -22,38 +22,38 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL 1. Click on the "Open" link on the lab toolbar above. -![Open Button](https://dl.dropboxusercontent.com/s/6hmrbrtcf0gssev/2015-09-30%20at%207.11%20PM.png) + ![Open Button](https://dl.dropboxusercontent.com/s/6hmrbrtcf0gssev/2015-09-30%20at%207.11%20PM.png) -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. + 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. -![Learn Open](http://learn-co-videos.s3.amazonaws.com/learn-co-orientation/open-from-learn-co.gif) + ![Learn Open](http://learn-co-videos.s3.amazonaws.com/learn-co-orientation/open-from-learn-co.gif) 2. After the lab is opened, your terminal should be in the lab's directory and your text editor should be opened. -![Work mode](https://dl.dropboxusercontent.com/s/je5pazo2edy5cwl/2015-09-30%20at%207.34%20PM.png) + ![Work mode](https://dl.dropboxusercontent.com/s/je5pazo2edy5cwl/2015-09-30%20at%207.34%20PM.png) -This setup, a terminal in the lab's directory and the lab directory open in an editor like Sublime or Atom, that's the state you want to be in when working on a lab on Learn. It means you're ready. + This setup, a terminal in the lab's directory and the lab directory open in an editor like Sublime or Atom, that's the state you want to be in when working on a lab on Learn. It means you're ready. 3. From your terminal, run the test suite by typing `learn` and hitting enter. You'll see something simlar to: -![Failing Test](https://dl.dropboxusercontent.com/s/0ik01a1urmuw7o6/2015-09-30%20at%207.46%20PM.png) + ![Failing Test](https://dl.dropboxusercontent.com/s/0ik01a1urmuw7o6/2015-09-30%20at%207.46%20PM.png) -*Note: My prompt is `// ♥`, yours might be different. You'll see a terminal prompt generally represented by a `$`. That indicates you're suppose to be typing in terminal.* + *Note: My prompt is `// ♥`, yours might be different. You'll see a terminal prompt generally represented by a `$`. That indicates you're suppose to be typing in terminal.* -You can see your test is currently failing, which is fine, we haven't done any work yet, so it makes sense. + You can see your test is currently failing, which is fine, we haven't done any work yet, so it makes sense. -The failure reads: `Make sure you have added a new file or edited edit-me.txt` + The failure reads: `Make sure you have added a new file or edited edit-me.txt` 4. To pass this lab, either make any change to the content of `edit-me.txt` or create a new file. -You can open `edit-me.txt` and you'll see it is currently empty. Add anything to that file, save the file, and then run `learn`, everything should pass. + You can open `edit-me.txt` and you'll see it is currently empty. Add anything to that file, save the file, and then run `learn`, everything should pass. -You can also pass this lab by creating a new file. From Terminal, you can run `touch new-file` to create a new file. Or use your text editor to create a new file and save it. If a new file is added to this lab, when you run `learn`, your tests should pass. + You can also pass this lab by creating a new file. From Terminal, you can run `touch new-file` to create a new file. Or use your text editor to create a new file and save it. If a new file is added to this lab, when you run `learn`, your tests should pass. -![Passing Tests](https://dl.dropboxusercontent.com/s/wu3l4a53w0ey9rm/2015-10-07%20at%2011.16%20PM.png) + ![Passing Tests](https://dl.dropboxusercontent.com/s/wu3l4a53w0ey9rm/2015-10-07%20at%2011.16%20PM.png) 5. Once your local tests are passing, you can submit this lab by running `learn submit` from your terminal. -![learn submit](https://learn-co-videos.s3.amazonaws.com/learn-co-orientation/learn-submit-cli-osx.gif) + ![learn submit](https://learn-co-videos.s3.amazonaws.com/learn-co-orientation/learn-submit-cli-osx.gif) -You should see this lab pass on Learn.co. Congratulations! + You should see this lab pass on Learn.co. Congratulations! From cda032090525edca67768fa8d33f4dc7214bdbdf Mon Sep 17 00:00:00 2001 From: Adam Jonas Date: Wed, 2 Dec 2015 13:44:50 -0500 Subject: [PATCH 3/7] add learn link [processing skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d2fe29..fe34711 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,5 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL ![learn submit](https://learn-co-videos.s3.amazonaws.com/learn-co-orientation/learn-submit-cli-osx.gif) You should see this lab pass on Learn.co. Congratulations! + +View this lesson on Learn.co From 829441aa537e559ece6a7d73f65c617765858e3a Mon Sep 17 00:00:00 2001 From: Kaitlin Vignali Date: Wed, 27 Jan 2016 11:14:46 -0500 Subject: [PATCH 4/7] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe34711..f8ae332 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL 1. Click on the "Open" link on the lab toolbar above. - ![Open Button](https://dl.dropboxusercontent.com/s/6hmrbrtcf0gssev/2015-09-30%20at%207.11%20PM.png) + ![Open Button](https://s3-us-west-2.amazonaws.com/curriculum-content/intro-to-learn/first_lab_open.png) 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. @@ -34,7 +34,7 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL This setup, a terminal in the lab's directory and the lab directory open in an editor like Sublime or Atom, that's the state you want to be in when working on a lab on Learn. It means you're ready. -3. From your terminal, run the test suite by typing `learn` and hitting enter. You'll see something simlar to: +3. From your terminal, run the test suite by typing `learn` and hitting enter. You'll see something similar to: ![Failing Test](https://dl.dropboxusercontent.com/s/0ik01a1urmuw7o6/2015-09-30%20at%207.46%20PM.png) From 96b783de692b9d73f009265347cd4e9259fc818d Mon Sep 17 00:00:00 2001 From: Adam Jonas Date: Fri, 29 Jan 2016 11:26:02 -0500 Subject: [PATCH 5/7] optimize learn link [processing skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8ae332..7033436 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL You should see this lab pass on Learn.co. Congratulations! -View this lesson on Learn.co +

View First Lab Ruby Learn CLI OS X on Learn.co and start learning to code for free.

From e7fe3ed788524cf371c9425ea8a0299a8a25ab34 Mon Sep 17 00:00:00 2001 From: davidnoahball Date: Fri, 22 Apr 2016 14:08:17 -0700 Subject: [PATCH 6/7] Removed an extraneous apostrophe from "Lab's" under Overview. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7033436..ec331cf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Overview -Now that you've learned all about how to work on Lab's on Learn, we're going to practice using the Learn CLI to work on this very lab. To complete this lab you need to: +Now that you've learned all about how to work on Labs on Learn, we're going to practice using the Learn CLI to work on this very lab. To complete this lab you need to: 1. Open the lab with the Learn CLI 2. Make a change to the `edit-me.txt` file or add a new file. @@ -59,3 +59,5 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL You should see this lab pass on Learn.co. Congratulations!

View First Lab Ruby Learn CLI OS X on Learn.co and start learning to code for free.

+ +

View First Lab - learn CLI on Learn.co and start learning to code for free.

From 1993b11ad6873102c2597b76b5e0ec03780b62a4 Mon Sep 17 00:00:00 2001 From: Charles Pletcher Date: Wed, 22 Jun 2016 16:18:27 -0400 Subject: [PATCH 7/7] Remove deprecated instructions --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ec331cf..b0fa98a 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Objectives -1. Open a lab by clicking "Open" on this page on Learn.co. -2. Run the lab's tests with the `learn` CLI command. -3. Make a change to your local copy of this lab. -4. Pass the tests using the `learn` CLI command. -5. Submit the passing lab with the `learn submit` CLI command. +1. Open a lab by running `learn open` from Terminal.app +2. Run the lab's tests with the `learn` CLI command +3. Make a change to your local copy of this lab +4. Pass the tests using the `learn` CLI command +5. Submit the passing lab with the `learn submit` CLI command ## Overview @@ -20,11 +20,7 @@ Now that you've learned all about how to work on Labs on Learn, we're going to p This lab is just about practicing the lab workflow on Learn using the `learn` CLI. -1. Click on the "Open" link on the lab toolbar above. - - ![Open Button](https://s3-us-west-2.amazonaws.com/curriculum-content/intro-to-learn/first_lab_open.png) - - 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. +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. ![Learn Open](http://learn-co-videos.s3.amazonaws.com/learn-co-orientation/open-from-learn-co.gif) @@ -58,6 +54,4 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL You should see this lab pass on Learn.co. Congratulations! -

View First Lab Ruby Learn CLI OS X on Learn.co and start learning to code for free.

-

View First Lab - learn CLI on Learn.co and start learning to code for free.