Skip to content

Commit 6a1cb4f

Browse files
authored
update local serve instructions
1 parent 8afd47d commit 6a1cb4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ See more info at https://academicpages.github.io/
1818
1. Clone the repository and made updates as detailed above
1919
1. Make sure you have ruby-dev, bundler, and nodejs installed: `sudo apt install ruby-dev ruby-bundler nodejs`
2020
1. Run `bundle clean` to clean up the directory (no need to run `--force`)
21-
1. Run `bundle install` to install ruby dependencies
21+
1. Run `bundle install` to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
2222
1. Run `bundle exec jekyll serve` to generate the HTML and serve it from localhost:4000
2323

24+
2425
# Changelog -- bugfixes and enhancements
2526

2627
There is one logistical issue with a ready-to-fork template theme like academic pages that makes it a little tricky to get bug fixes and updates to the core theme. If you fork this repository, customize it, then pull again, you'll probably get merge conflicts. If you want to save your various .yml configuration files and markdown files, you can delete the repository and fork it again. Or you can manually patch.

0 commit comments

Comments
 (0)