@@ -33,7 +33,7 @@ if you are using Ruby version 2.3.1, you need to download this file:
3333Assuming you save it to your ` Downloads ` folder, then from the
3434command line, run:
3535
36- gem install --local C:\Users\YOURUSER\rubygems-update-2.6.7.gem
36+ gem install --local C:\Users\YOURUSER\Downloads\ rubygems-update-2.6.7.gem
3737
3838substituting your actual user name for 'YOURUSER' of course.
3939
@@ -54,6 +54,18 @@ Install some packages globally:
5454
5555* gulp
5656
57+ ## Installing the starter kit
58+
59+ Find a place where your new class project can live, and unzip the
60+ starter kit ` .zip ` file to that point.
61+
62+ Rename the starter kit to the "slug" of your class -- use the name
63+ of your class, but use all lower case letters and substitute dashes
64+ for any spaces. Don't put in any other punctuation.
65+
66+ Now open a Command or Git-Bash prompt and navigate to your class
67+ folder.
68+
5769## Initializing the project
5870
5971Instead of just using Ruby, Windows users also have to use Node.js.
@@ -64,13 +76,14 @@ a `bat` or powershell script!)
6476
6577### initialize the local repository
6678
67- $ git init
79+ git init
6880
69- ### add the reveal.js submodule
81+ ### attach the reveal.js submodule
7082
71- $ git submodule add https://github.com/gdiminneapolist/reveal.js.git reveal.js
83+ rmdir reveal.js
84+ git submodule add https://github.com/gdiminneapolis/reveal.js.git reveal.js --force
7285
73- ### Install all the rest of the project Ruby neeeds :
86+ ### Install all the rest of the project Ruby needs :
7487
7588 bundle install
7689
0 commit comments