Merge pull request #966 from benbalter/quick-start-scaffold
Update quickstart instructions with `new` command
This commit is contained in:
		
						commit
						10c2445003
					
				|  | @ -49,10 +49,15 @@ overview: true | |||
|           <p class="line"> | ||||
|             <span class="path">~</span> | ||||
|             <span class="prompt">$</span> | ||||
|             <span class="command">cd my/awesome/site</span> | ||||
|             <span class="command">jekyll new my-awesome-site</span> | ||||
|           </p> | ||||
|           <p class="line"> | ||||
|             <span class="path">~/my/awesome/site</span> | ||||
|             <span class="path">~</span> | ||||
|             <span class="prompt">$</span> | ||||
|             <span class="command">cd my-awesome-site</span> | ||||
|           </p> | ||||
|           <p class="line"> | ||||
|             <span class="path">~/my-awesome-site</span> | ||||
|             <span class="prompt">$</span> | ||||
|             <span class="command">jekyll serve</span> | ||||
|           </p> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue