From 4b1c2c3d92e1f1bdd330548c5a5c9a32f1cc7da8 Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Mon, 7 Sep 2015 15:10:42 +0300 Subject: Recommend using bundle for running docs locally Closes https://github.com/twbs/bootstrap/issues/17493 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dbc98b1d6..edc970096 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,9 @@ Bootstrap's documentation, included in this repo in the root directory, is built ### Running documentation locally -1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x). - - **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems. -2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`. -3. From the root `/bootstrap` directory, run `jekyll serve` in the command line. -4. Open in your browser, and voilà. +1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/master/docs/getting-started/build-tools#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. +2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line. +3. Open in your browser, and voilà. Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). -- cgit v1.2.3 From 835e2a7fbeefb3448836411c02aeb05801d4875f Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Tue, 22 Sep 2015 13:47:32 +0200 Subject: Update StackOverflow tag to `bootstrap-4`; closes #17675 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dbc98b1d6..5f3dfde20 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Get updates on Bootstrap's development and chat with the project maintainers and - Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). - Join [the official Slack room](https://bootstrap-slack.herokuapp.com). - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. -- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). +- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)). - Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. -- cgit v1.2.3 From 6afd69515980302a4c90e370d0a9e6d3037d2926 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 30 Sep 2015 22:26:23 -0700 Subject: Copy ecc35ae over to v4 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5f3dfde20..2eb9b3a88 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Get updates on Bootstrap's development and chat with the project maintainers and For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible. +See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release. ## Creators -- cgit v1.2.3 From 7757c468533a074868bef131e805ea622208ab4c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 12 Nov 2015 22:53:25 -0800 Subject: README: Tweak tooling setup link Fixup #17505 [skip sauce] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c792dd00..1e21c9a2a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built ### Running documentation locally -1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/master/docs/getting-started/build-tools#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. +1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/getting-started/build-tools.md#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. 2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line. 3. Open in your browser, and voilà. -- cgit v1.2.3