Skip to content

Commit 861e8b7

Browse files
committed
More
1 parent 4bcb488 commit 861e8b7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Make sure that you went through all instructions in the Welcome Reading which can be found [here]( https://github.com/learn-co-curriculum/swift-welcome) before proceeding with this lesson, otherwise your lights will not work!**
1010

11-
It's important that you fork the lab over to your person GitHub account (instructions to do this are below) before you clone down the lab to your machine!
11+
It's important that you fork the lab over to your personal GitHub account (instructions below in video) before you clone down the lab to your machine!
1212

1313
Make sure you're running the latest version of Xcode, which is Xcode 8.0.
1414

@@ -34,21 +34,22 @@ Readings are lessons that only have instructional content. They provide context
3434

3535
# Instructions (video)
3636

37-
**NOTE**: The video asks that you open the .xcworkspace file. Instead you need to open the .xcodeproj file. Why? After recording this video--I had updated this lab to work with Xcode 8 and Swift 3 and for this lab we no longer needed to have an .xcworkspace file. As well the test file is now different then what the video and detailed instructions show--but that's fine, that won't change anything!
37+
If you prefer to read detailed instructions on how to complete this lab (instead of a video), you can find detailed instructions [here](https://github.com/learn-co-curriculum/swift-HelloToTheUniverse-lab/blob/master/Detail.md)
38+
39+
[![](http://img.youtube.com/vi/1_yixHoYuhU/0.jpg)](https://www.youtube.com/watch?v=1_yixHoYuhU "Intro")
3840

39-
If the light's aren't turning green.
41+
# If the light's aren't turning green.
4042

4143
* Make sure you forked the lab over to _your_ account before cloning
4244
* Make sure you have an SSH key setup property with Github (instructions above in the common issues section).
4345
* Make sure you're running Xcode 8
46+
* Run this command in Terminal, be prepared to type in your github username
47+
`bash <(curl -s https://raw.githubusercontent.com/flatiron-school/ios-setup/master/install.sh)`
48+
* Re-fork the lab and run the tests again (instructions to do that can be found [here](https://youtu.be/CsMDUFyyiNI))
4449
* If after all of that you're unable to get the light to turn green, move forward to the next lesson and continue learning! Don't let that light hold you back from becoming a Swift Ninja
4550

4651
![](https://media.giphy.com/media/ErdfMetILIMko/giphy.gif)
4752

48-
If you prefer to read detailed instructions on how to complete this lab (instead of a video), you can find detailed instructions [here](https://github.com/learn-co-curriculum/swift-HelloToTheUniverse-lab/blob/master/Detail.md)
49-
50-
[![](http://img.youtube.com/vi/1_yixHoYuhU/0.jpg)](https://www.youtube.com/watch?v=1_yixHoYuhU "Intro")
51-
5253

5354

5455
<p class='util--hide'>View <a href='https://learn.co/lessons/swift-HelloToTheUniverse-lab'>Hello to the Universe Lab</a> on Learn.co and start learning to code for free.</p>

0 commit comments

Comments
 (0)