Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion hugo-docs-content/20_build/1_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ The submodules contain the hugo-theme-learn theme for the Hugo Framework.

## 3. Create and push to YOUR GitHub repo

**Create a repo in your GitHub account and follow the instructions under "Push an existing repository from the command line"**
To make sure you won't face a remote repo name conflict in your project, first remove the existing remote `origin`:
```
git remote rm origin
```
Then, create a repo in your GitHub account and follow the instructions under "Push an existing repository from the command line":

## 4. Install Hugo
If you're using a Mac, go to your terminal:
Expand Down