From 66ca2ae340a0d792c3d5ddd9b5caabd13bfaea23 Mon Sep 17 00:00:00 2001 From: helfi92 Date: Thu, 16 Feb 2017 20:41:06 -0500 Subject: [PATCH] Update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fcf33e94..7ada8e649 100755 --- a/README.md +++ b/README.md @@ -9,21 +9,28 @@ Studorlio is a template for your own personal site. You can have yours running o 2. Rename the forked repository to `username.github.io`, where `username` is your GitHub username. 3. That's it! Navigate to `username.github.io` to see your website :) +If this is your first time making a website and is having trouble getting started, that's ok. Head over to the [FAQ](#faq) section and let me try help you. + ## Demo [https://helfi92.github.io/studorlio](https://helfi92.github.io/studorlio/) ## FAQ * [How do I fork this repository?](#how-do-i-fork-this-repository) * [How do I rename the forked repository?](#how-do-i-rename-the-forked-repository) +* [How do I run the portfolio locally?](#how-do-i-run-the-portfolio-locally) ### How do I fork this repository? 1. Make sure you're logged into GitHub with your account 2. Click the Fork button on the upper right-hand side of this page ### How do I rename the forked repository? -1. Navigate to the main page of the repository. It should be `https://github.com/username/studorlio/`, where `username` is your GitHub username. +1. Navigate to the main page of the repository. It should be `https://github.com/username/studorlio/`, where `username` is your GitHub username 2. Click Settings -3. Unde the Repository name heading, type `username.github.io` then click Rename. +3. Under the Repository name heading, type `username.github.io` then click Rename + +### How do I run the portfolio locally? +1. Right click (Windows) or double click (Mac) `index.html` and select "Open with" +2. Pick your browser of choice ## Bugs and Issues Have a bug or an issue with this template? [Open a new issue](https://github.com/helfi92/studorlio/issues)