Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-04-07 08:09:37 +0300
committerMark Otto <markdotto@gmail.com>2018-04-07 08:09:37 +0300
commitab3a99723674d3b569b3ccab6b1c161d39468e43 (patch)
treeebcf75b9a46d859d4632967cee26a71a51c73b75 /README.md
parent511b063fbef2e7c07ec8f82fbfa3562f6908a851 (diff)
update port from 3001 to 9001
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fc4f5de3cb..e270575710 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) and other Ruby dependencies with `bundle install`.
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line.
-4. Open `http://localhost:3001` in your browser, and voilĂ .
+4. Open `http://localhost:9001` in your browser, and voilĂ .
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).