mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
Document minimum Jekyll version required to build locally (#4116)
This commit is contained in:
parent
01a4d7fa30
commit
f9bac0e414
@ -219,7 +219,7 @@ If you have an affiliation to the brand you contributing that allows you to spea
|
|||||||
## Building Locally
|
## Building Locally
|
||||||
|
|
||||||
* Make sure you have [Ruby](https://www.ruby-lang.org/en/downloads/) installed.
|
* 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`).
|
* Make sure you have [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`). At least version 3.5 is required.
|
||||||
* Build and run the website locally using `$ jekyll serve`.
|
* 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/`
|
* 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