mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
Use jekyll serve
in build instructions
This commit is contained in:
parent
138cca3e6c
commit
5971f93548
@ -54,8 +54,7 @@ Here is the un-minified contents of the GitHub icon, for reference:
|
||||
|
||||
# Building locally
|
||||
|
||||
Make sure you have [Ruby](https://www.ruby-lang.org/en/downloads/) and [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`). Then follow these steps:
|
||||
- Initialize this repository as a new Jekyll project using `$ jekyll new . --force` from the root of the repo.
|
||||
- Remove the newly generated `index.md` file.
|
||||
- Build and run the website locally using `$ bundle exec jekyll serve`.
|
||||
- Make sure you have [Ruby](https://www.ruby-lang.org/en/downloads/) installed.
|
||||
- Make sure you have [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`).
|
||||
- Build and run the website locally using `$ jekyll serve`.
|
||||
- Connect to the website in your browser via the "Server address" provided by the output of this command, e.g. `http://localhost:4000/`
|
||||
|
Loading…
Reference in New Issue
Block a user