mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 13:31:30 +08:00
Fix URL in README to use with jekyll
The current URL does not work. Also enforced the link destination with a markdown link because the old one was including the colon. I also noticed that I had to run `npm install less` first. Not sure if that is just my broken local JS environment or the mere fact that I have no idea of all that stuff. ;) Maybe somebody with an actual idea of the JS ecosystem can have a look and decide if this is missing in the docs.
This commit is contained in:
parent
2649d91d18
commit
91dcab1ae1
@ -76,6 +76,6 @@ Build the project and documentation:
|
||||
|
||||
$ bundle exec jekyll build
|
||||
|
||||
Or serve it on a local server on http://localhost:7998/Font-Awesome/:
|
||||
Or serve it on a local server on [http://localhost:7998/Font-Awesome/3.2.1/](http://localhost:7998/Font-Awesome/3.2.1/):
|
||||
|
||||
$ bundle exec jekyll serve
|
||||
|
Loading…
Reference in New Issue
Block a user